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

The AccelWithCovariance message contains the linear and angular acceleration of the robot with a covariance matrix. More...

#include <creos/messages/accel.hpp>

Inheritance diagram for creos_messages::AccelWithCovariance:
Collaboration diagram for creos_messages::AccelWithCovariance:

Public Member Functions

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

Public Attributes

Matrixd< 6, 6 > covariance
 Covariance matrix of the pose The covariance matrix is a 6x6 matrix with the following order: [x, y, z, roll, pitch, yaw].
 
- 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 AccelWithCovariance message contains the linear and angular acceleration of the robot with a covariance matrix.


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