The PoseWithCovariance message contains a position and orientation with a covariance matrix. More...
#include <creos/messages/pose.hpp>
Public Member Functions | |
auto | operator<=> (const PoseWithCovariance &other) const =default |
Compare two PoseWithCovariance 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]. | |
The PoseWithCovariance message contains a position and orientation with a covariance matrix.