libalmath
2.8.7.4
|
Create a Pose2Di. Pose2Di are used on objects that deal with pixels only, and should not care about metric distances. More...
#include <occupancymapparams.h>
Public Member Functions | |
Pose2Di (int _x=0, int _y=0, float _angle=0.0f) | |
Pose2Di (const Point2Di &pt, float _angle=0.0f) | |
bool | operator== (const Pose2Di &other) const |
Public Attributes | |
int | x |
int | y |
float | theta |
Create a Pose2Di. Pose2Di are used on objects that deal with pixels only, and should not care about metric distances.
A Pose2Di is defined by integers x and y, and a theta for orientation.
Definition at line 35 of file occupancymapparams.h.
|
inlineexplicit |
Definition at line 36 of file occupancymapparams.h.
|
inlineexplicit |
Definition at line 38 of file occupancymapparams.h.
|
inline |
Definition at line 44 of file occupancymapparams.h.
float AL::Math::Pose2Di::theta |
Definition at line 43 of file occupancymapparams.h.
int AL::Math::Pose2Di::x |
Definition at line 41 of file occupancymapparams.h.
int AL::Math::Pose2Di::y |
Definition at line 42 of file occupancymapparams.h.