The Pose message contains a position and orientation. More...
#include <creos/messages/pose.hpp>
Public Member Functions | |
auto | operator<=> (const Pose &other) const =default |
Compare two Pose messages. | |
Public Attributes | |
Point | position = {0, 0, 0} |
Position of the robot in the world frame. | |
Quaterniond | orientation = {0, 0, 0, 1} |
Orientation of the robot in the world frame. | |
The Pose message contains a position and orientation.