add steering start

This commit is contained in:
Rémi Heredero 2023-09-04 15:44:36 +02:00
parent 0f7f078440
commit 4e492fb10b

View File

@ -115,6 +115,7 @@ void Factory_start() {
CAN_startBehaviour(); CAN_startBehaviour();
DRIVE_startBehaviour(drive()); DRIVE_startBehaviour(drive());
STEERING_startBehaviour(steering());
ALIVE_startBehaviourSender(ALcontroller()); ALIVE_startBehaviourSender(ALcontroller());
ALIVE_startBehaviourChecker(ALjoy()); ALIVE_startBehaviourChecker(ALjoy());