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
8namespace geometry_msgs::msg {
16public:
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
ROS message class definition for Accel.
Definition accel.hpp:15
ROS message class definition for AccelWithCovariance.
Definition accel_with_covariance.hpp:15
message definitions of the geometry_msgs package
Definition accel.hpp:8