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
8
namespace
nav_msgs::msg
{
15
class
GridCells
{
16
public
:
17
// An array of cells in a 2D grid
18
19
std_msgs::msg::Header
header;
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
nav_msgs::msg::GridCells
ROS message class definition for GridCells.
Definition
grid_cells.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
grid_cells.hpp
Generated by
1.12.0