CreOS SDK
The CreOS SDK allows you to interact with Avular robots
Loading...
Searching...
No Matches
twist_with_covariance.hpp
Go to the documentation of this file.
1
8
namespace
geometry_msgs::msg
{
15
class
TwistWithCovariance
{
16
public
:
17
// This expresses velocity in free space with uncertainty.
18
19
msg::Twist
twist;
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::Twist
ROS message class definition for Twist.
Definition
twist.hpp:15
geometry_msgs::msg::TwistWithCovariance
ROS message class definition for TwistWithCovariance.
Definition
twist_with_covariance.hpp:15
geometry_msgs::msg
message definitions of the geometry_msgs package
Definition
accel.hpp:8
geometry_msgs
msg
twist_with_covariance.hpp
Generated by
1.12.0