CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
creos_messages::TwistStamped Struct Reference

The TwistStamped message contains the linear and angular velocity of the robot with a timestamp. More...

#include <creos/messages/twist.hpp>

Inheritance diagram for creos_messages::TwistStamped:
Collaboration diagram for creos_messages::TwistStamped:

Public Member Functions

auto operator<=> (const TwistStamped &other) const =default
 Compare two TwistStamped messages.
 
- Public Member Functions inherited from creos_messages::Twist
auto operator<=> (const Twist &other) const =default
 Compare two Twist messages.
 

Public Attributes

creos::RobotClock::time_point timestamp
 Timestamp of the estimated linear and angular velocity.
 
std::string frame_id
 Frame id of the twist.
 
- Public Attributes inherited from creos_messages::Twist
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].
 

Detailed Description

The TwistStamped message contains the linear and angular velocity of the robot with a timestamp.


The documentation for this struct was generated from the following file: