CreOS SDK
The CreOS SDK allows you to interact with Avular robots
Loading...
Searching...
No Matches
accel_with_covariance.hpp
Go to the documentation of this file.
1
8
namespace
geometry_msgs::msg
{
15
class
AccelWithCovariance
{
16
public
:
17
// This expresses acceleration in free space with uncertainty.
18
19
msg::Accel
accel;
20
21
// Row-major representation of the 6x6 covariance matrix
22
// The orientation parameters use a fixed-axis representation.
23
// In order, the parameters are:
24
// (x, y, z, rotation about X axis, rotation about Y axis, rotation about Z axis)
25
std::array<double, 36> covariance;
26
};
27
}
// namespace geometry_msgs::msg
geometry_msgs::msg::Accel
ROS message class definition for Accel.
Definition
accel.hpp:15
geometry_msgs::msg::AccelWithCovariance
ROS message class definition for AccelWithCovariance.
Definition
accel_with_covariance.hpp:15
geometry_msgs::msg
message definitions of the geometry_msgs package
Definition
accel.hpp:8
geometry_msgs
msg
accel_with_covariance.hpp
Generated by
1.12.0