3 lines
206 B
C
3 lines
206 B
C
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);
|
|
void commande_vitesse_stop(void); |