CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
grid_cells.hpp
Go to the documentation of this file.
1
8namespace nav_msgs::msg {
15class GridCells {
16public:
17 // An array of cells in a 2D grid
18
20
21 // Width of each cell
22 float cell_width;
23
24 // Height of each cell
25 float cell_height;
26
27 // Each cell is represented by the Point at the center of the cell
28 std::vector<geometry_msgs::msg::Point> cells;
29};
30} // namespace nav_msgs::msg
ROS message class definition for GridCells.
Definition grid_cells.hpp:15
ROS message class definition for Header.
Definition header.hpp:17
message definitions of the nav_msgs package
Definition grid_cells.hpp:8