working odometry

This commit is contained in:
acki
2025-09-30 18:56:46 +02:00
parent 70c48a25a4
commit 8b4db1c18c
13 changed files with 208 additions and 165 deletions

View File

@@ -3,5 +3,4 @@
#include "point.h"
Point::Point(uint8_t id, StatePoint state, float x, float y, float theta, bool active) : id(id), state(state), x(x), y(y), theta(theta), active(active) {
}