Nav2 Navigation Stack - kilted
kilted
ROS 2 Navigation Stack
|
Node2D implementation of coordinate structure. More...
#include <nav2_smac_planner/include/nav2_smac_planner/node_2d.hpp>
Public Member Functions | |
Coordinates (const float &x_in, const float &y_in) | |
bool | operator== (const Coordinates &rhs) const |
bool | operator!= (const Coordinates &rhs) const |
Public Attributes | |
float | x |
float | y |
Node2D implementation of coordinate structure.
Definition at line 46 of file node_2d.hpp.