Holds the variables for a laser ray casted at a specific point. More...
#include <crsm_point.h>
Public Member Functions | |
CrsmPoint (void) | |
Default costructor. | |
bool | operator== (const CrsmPoint &point) |
Overloading of constructor ==. | |
Public Attributes | |
float | theta |
Angle relative to robot's orientation. | |
int | x |
The x coordinate of the point. | |
int | y |
The y coordinate of the point. |
Holds the variables for a laser ray casted at a specific point.
Definition at line 28 of file crsm_point.h.
crsm_slam::CrsmPoint::CrsmPoint | ( | void | ) | [inline] |
bool crsm_slam::CrsmPoint::operator== | ( | const CrsmPoint & | point | ) | [inline] |
Overloading of constructor ==.
point | [const CrsmPoint &] : the point for the operator to be applied |
Definition at line 40 of file crsm_point.h.
Angle relative to robot's orientation.
Definition at line 33 of file crsm_point.h.
The x coordinate of the point.
Definition at line 30 of file crsm_point.h.
The y coordinate of the point.
Definition at line 31 of file crsm_point.h.