CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
path.hpp
Go to the documentation of this file.
1
8namespace nav_msgs::msg {
15class Path {
16public:
17 // An array of poses that represents a Path for a robot to follow.
18
19 // Indicates the frame_id of the path.
21
22 // Array of poses to follow.
23 std::vector<geometry_msgs::msg::PoseStamped> poses;
24};
25} // namespace nav_msgs::msg
ROS message class definition for Path.
Definition path.hpp:15
ROS message class definition for Header.
Definition header.hpp:17
message definitions of the nav_msgs package
Definition grid_cells.hpp:8