|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <algorithm>#include <cmath>#include <cstring>#include <limits>#include <queue>#include <string>#include <unordered_map>#include <vector>#include "utils/grid_geometry.hpp"#include "utils/grid_index.hpp"#include "wall_removal/wall_removal.hpp"

Go to the source code of this file.
Classes | |
| class | GridWallRemoval |
| Wall removal implementation using a grid-based approach. More... | |