RPiPico-Holonome2023/Commande_vitesse.h
2023-04-28 23:51:43 +02:00

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