2022-12-10 14:29:04 +00:00
|
|
|
#include "Geometrie.h"
|
2022-12-01 21:47:51 +00:00
|
|
|
|
|
|
|
struct position_t Localisation_get(void);
|
|
|
|
void Localisation_gestion();
|
|
|
|
void Localisation_init();
|
2023-03-26 14:56:34 +00:00
|
|
|
|
2023-04-28 21:51:43 +00:00
|
|
|
void Localisation_set(float x_mm, float y_mm, float angle_radian);
|
|
|
|
void Localisation_set_x(float x_mm);
|
|
|
|
void Localisation_set_y(float y_mm);
|
|
|
|
void Localisation_set_angle(float angle_radian);
|