CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
pose_array.hpp
Go to the documentation of this file.
1
8namespace geometry_msgs::msg {
15class PoseArray {
16public:
17 // An array of poses with a header for global reference.
18
20
21 std::vector<msg::Pose> poses;
22};
23} // namespace geometry_msgs::msg
ROS message class definition for PoseArray.
Definition pose_array.hpp:15
ROS message class definition for Header.
Definition header.hpp:17
message definitions of the geometry_msgs package
Definition accel.hpp:8