RPiPico-Holonome2023/Commande_vitesse.h

3 lines
206 B
C
Raw Normal View History

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);