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
8
namespace
nav_msgs::msg
{
15
class
Path
{
16
public
:
17
// An array of poses that represents a Path for a robot to follow.
18
19
// Indicates the frame_id of the path.
20
std_msgs::msg::Header
header;
21
22
// Array of poses to follow.
23
std::vector<geometry_msgs::msg::PoseStamped> poses;
24
};
25
}
// namespace nav_msgs::msg
nav_msgs::msg::Path
ROS message class definition for Path.
Definition
path.hpp:15
std_msgs::msg::Header
ROS message class definition for Header.
Definition
header.hpp:17
nav_msgs::msg
message definitions of the nav_msgs package
Definition
grid_cells.hpp:8
nav_msgs
msg
path.hpp
Generated by
1.12.0