mirror of
https://github.com/modelec/odo_STM32.git
synced 2026-03-18 21:30:38 +01:00
working odometry
This commit is contained in:
@@ -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) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user