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
|
|
|
|
|
|
|
void Localisation_set(double x_mm, double y_mm, double angle_radian);
|
|
|
|
void Localisation_set_x(double x_mm);
|
|
|
|
void Localisation_set_y(double y_mm);
|
|
|
|
void Localisation_set_angle(double angle_radian);
|