CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
wrench.hpp
Go to the documentation of this file.
1
8namespace geometry_msgs::msg {
15class Wrench {
16public:
17 // This represents force in free space, separated into its linear and angular parts.
18
19 msg::Vector3 force;
20 msg::Vector3 torque;
21};
22} // namespace geometry_msgs::msg
ROS message class definition for Vector3.
Definition vector3.hpp:15
ROS message class definition for Wrench.
Definition wrench.hpp:15
message definitions of the geometry_msgs package
Definition accel.hpp:8