Nav2 Navigation Stack - rolling
main
ROS 2 Navigation Stack
|
Storage for cell information used during obstacle inflation. More...
#include <nav2_costmap_2d/include/nav2_costmap_2d/inflation_layer.hpp>
Public Member Functions | |
CellData (unsigned int x, unsigned int y, unsigned int sx, unsigned int sy) | |
Constructor for a CellData objects. More... | |
Public Attributes | |
unsigned int | x_ |
unsigned int | y_ |
unsigned int | src_x_ |
unsigned int | src_y_ |
Storage for cell information used during obstacle inflation.
Definition at line 58 of file inflation_layer.hpp.
|
inline |
Constructor for a CellData objects.
x | The x coordinate of the cell in the cost map |
y | The y coordinate of the cell in the cost map |
sx | The x coordinate of the closest obstacle cell in the costmap |
sy | The y coordinate of the closest obstacle cell in the costmap |
Definition at line 69 of file inflation_layer.hpp.