Holds a robot 2D pose. More...
#include <crsm_pose.h>
Public Attributes | |
float | theta |
The theta (yaw) coordinate. | |
float | x |
The x coordinate. | |
float | y |
The y coordinate. |
Holds a robot 2D pose.
Definition at line 28 of file crsm_pose.h.
The theta (yaw) coordinate.
Definition at line 31 of file crsm_pose.h.
float crsm_slam::CrsmPose::x |
The x coordinate.
Definition at line 29 of file crsm_pose.h.
float crsm_slam::CrsmPose::y |
The y coordinate.
Definition at line 30 of file crsm_pose.h.