« Back to State machine state ENABLED

State machine transition toDisable

ENABLED
The motor actuation must be disabled
1

Actions

  • ActDrive
    Sets the direction of the actuators to not move.
    Code
    rectifiedActAction=(t_pwm)0;
    actDirection=CFG_ACT_DIRECTION_QUIET;
  • ActDrive
    This action is used to execute the submachine ActDriving.
    Code
    ActDriving();