2023-04-28 21:51:43 +00:00
|
|
|
void commande_vitesse(float vitesse_x_mm_s, float vitesse_y_mm_s, float orientation_radian_s);
|
|
|
|
void commande_rotation(float rotation_rad_s, float centre_x, float centre_y);
|
2023-03-18 16:59:15 +00:00
|
|
|
void commande_vitesse_stop(void);
|