clean
This commit is contained in:
@ -106,12 +106,13 @@ void Factory_build() {
|
||||
void Factory_start() {
|
||||
CAN_startBehaviour();
|
||||
|
||||
//ALIVE_startBehaviourSender(ALcontroller());
|
||||
//ALIVE_startBehaviourChecker(ALjoy());
|
||||
DRIVE_startBehaviour(drive());
|
||||
|
||||
ALIVE_startBehaviourSender(ALcontroller());
|
||||
ALIVE_startBehaviourChecker(ALjoy());
|
||||
ALIVE_emitBorn(ALjoy(), 100, 0);
|
||||
ALIVE_emitReady(ALjoy(), 200, 0);
|
||||
|
||||
DRIVE_startBehaviour(drive());
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user