|
Formula Student Autonomous Systems
The code for the main driverless system
|
Structure to represent a grid index with x and y coordinates, needed for grid mapping. More...
#include <grid_index.hpp>

Public Member Functions | |
| bool | operator== (const GridIndex &other) const |
Public Attributes | |
| int | x |
| int | y |
Structure to represent a grid index with x and y coordinates, needed for grid mapping.
Definition at line 11 of file grid_index.hpp.
|
inline |
Definition at line 15 of file grid_index.hpp.
| int GridIndex::x |
Definition at line 12 of file grid_index.hpp.
| int GridIndex::y |
Definition at line 13 of file grid_index.hpp.