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

The AccelStamped message contains the linear and angular acceleration of the robot with a timestamp. More...

#include <creos/messages/accel.hpp>

Inheritance diagram for creos_messages::AccelStamped:
Collaboration diagram for creos_messages::AccelStamped:

Public Member Functions

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

Public Attributes

creos::RobotClock::time_point timestamp
 Timestamp of the estimated linear and angular acceleration.
 
std::string frame_id
 Frame id of the accel.
 
- Public Attributes inherited from creos_messages::Accel
Vector3d linear = {0, 0, 0}
 Linear acceleration of the robot in the world frame [m/s²].
 
Vector3d angular = {0, 0, 0}
 Angular acceleration of the robot in the world frame [rad/s²].
 

Detailed Description

The AccelStamped message contains the linear and angular acceleration of the robot with a timestamp.


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