2024-04-28 19:58:09 +00:00
|
|
|
#include "Geometrie.h"
|
|
|
|
|
|
|
|
struct position_t Localisation_get(void);
|
|
|
|
void Localisation_gestion();
|
2024-05-09 14:58:54 +00:00
|
|
|
void Localisation_init(int);
|
2024-04-28 19:58:09 +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);
|