|
Velocity & | Load (Worldfile *wf, int section, const char *keyword) |
|
virtual void | Print (const char *prefix) const |
|
| Velocity (double x, double y, double z, double a) |
|
| Velocity () |
|
meters_t | Distance2D (const Pose &other) const |
|
bool | IsZero () const |
|
Pose & | Load (Worldfile *wf, int section, const char *keyword) |
|
bool | operator!= (const Pose &other) const |
|
Pose | operator+ (const Pose &p) const |
|
bool | operator< (const Pose &other) const |
|
bool | operator== (const Pose &other) const |
|
| Pose (meters_t x, meters_t y, meters_t z, radians_t a) |
|
| Pose () |
|
void | Save (Worldfile *wf, int section, const char *keyword) |
|
std::string | String () const |
|
void | Zero () |
|
virtual | ~Pose () |
|
Specify a 4 axis velocity: 3D vector in [x, y, z], plus rotation about Z (yaw).
Definition at line 348 of file stage.hh.