pub async fn motors_task<R: RobotBehavior>(
data: &SharedRobotData<R>,
motors: R::Motors,
) -> !
Expand description
The “main” method for the motors task
pub async fn motors_task<R: RobotBehavior>(
data: &SharedRobotData<R>,
motors: R::Motors,
) -> !
The “main” method for the motors task