|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <algorithm>#include <cmath>#include <limits>#include <rclcpp/rclcpp.hpp>#include <vector>#include "utils/grid_geometry.hpp"

Go to the source code of this file.
Classes | |
| class | GroundGrid |
| Class to represent a ground height grid for ground proximity checks. More... | |