#include <robot_pose.h>
Public Member Functions | |
const RobotPose | operator+ (const RobotPoseDelta &delta) const |
const RobotPose & | operator+= (const RobotPoseDelta &delta) |
const RobotPoseDelta | operator- (const RobotPose &that) const |
RobotPose & | operator= (const RobotPose &that) |
auto | point () const |
RobotPose (double x, double y, double theta) | |
RobotPose (const RobotPoseDelta &rpd) | |
RobotPose () | |
RobotPose (const RobotPose &that) | |
RobotPose (const RobotPose &&that) | |
~RobotPose () | |
Public Attributes | |
double | theta |
double | x |
double | y |
Definition at line 92 of file robot_pose.h.
|
inline |
Definition at line 94 of file robot_pose.h.
|
inline |
Definition at line 95 of file robot_pose.h.
|
inline |
Definition at line 97 of file robot_pose.h.
|
inline |
Definition at line 98 of file robot_pose.h.
|
inline |
Definition at line 99 of file robot_pose.h.
|
inline |
Definition at line 100 of file robot_pose.h.
|
inline |
Definition at line 116 of file robot_pose.h.
|
inline |
Definition at line 120 of file robot_pose.h.
|
inline |
Definition at line 112 of file robot_pose.h.
Definition at line 102 of file robot_pose.h.
|
inline |
Definition at line 129 of file robot_pose.h.
double RobotPose::theta |
Definition at line 131 of file robot_pose.h.
double RobotPose::x |
Definition at line 131 of file robot_pose.h.
double RobotPose::y |
Definition at line 131 of file robot_pose.h.