The Twist message contains the linear and angular velocity of the robot. More...
#include <creos/messages/twist.hpp>


Public Member Functions | |
| auto | operator<=> (const Twist &other) const =default |
| Compare two Twist messages. | |
Public Attributes | |
| Vector3d | linear = {0, 0, 0} |
| Linear velocity of the robot in the world frame [m/s]. | |
| Vector3d | angular = {0, 0, 0} |
| Angular velocity of the robot in the world frame [rad/s]. | |
The Twist message contains the linear and angular velocity of the robot.