98 int16_t& ax, int16_t& ay, int16_t& az);
int8_t stopDolyService()
Stop the background Doly service (if running).
int8_t readSettings()
Read default settings from the platform settings file.
int8_t getImuOffsets(int16_t &gx, int16_t &gy, int16_t &gz, int16_t &ax, int16_t &ay, int16_t &az)
Retrieve IMU calibration offsets (gyro/accel).
2D position using float coordinates.
Definition Helper.h:57
float y
Y coordinate. Units are implementation-defined.
Definition Helper.h:62
float x
X coordinate. Units are implementation-defined.
Definition Helper.h:59
3D pose-like position with heading and integer XY coordinates.
Definition Helper.h:28
int y
Y coordinate in integer units.
Definition Helper.h:48
float head
Heading angle in degrees.
Definition Helper.h:34
int x
X coordinate in integer units.
Definition Helper.h:41