|
MRXT: The Multi-Robot eXploration Tool
Multi-Robot autonomous exploration and mapping simulator.
|
pose More...
#include <robotTypes.h>
Public Member Functions | |
| pose (float nx, float ny, float nth) | |
| pose (const pose &p) | |
| pose | operator+ (const pose &p) |
| pose & | operator+= (const pose &p) |
| pose | operator- (const pose &p) |
| pose & | operator-= (const pose &p) |
| pose & | operator= (const pose &p) |
| void | print (char *str=0) const |
| pos3d | toPos3d () |
Public Attributes | |
| float | th |
| float | x |
| float | y |
pose
Definition at line 56 of file robotTypes.h.
1.7.6.1