|
TinyRobotics
|
Represents a 2D incremental motion update (dx, dy, dtheta). More...
#include <MotionState2D.h>
Public Attributes | |
| float | dx |
| float | dy |
| float | dtheta |
Represents a 2D incremental motion update (dx, dy, dtheta).
Used for odometry, IMU, and motion estimation to describe the change in position and orientation over a time step in 2D space.