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

The PoseWithCovariance message contains a position and orientation with a covariance matrix. More...

#include <creos/messages/pose.hpp>

Inheritance diagram for creos_messages::PoseWithCovariance:
Collaboration diagram for creos_messages::PoseWithCovariance:

Public Member Functions

auto operator<=> (const PoseWithCovariance &other) const =default
 Compare two PoseWithCovariance messages.
 
- Public Member Functions inherited from creos_messages::Pose
auto operator<=> (const Pose &other) const =default
 Compare two Pose 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::Pose
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.
 

Detailed Description

The PoseWithCovariance message contains a position and orientation with a covariance matrix.


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