|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <algorithm>#include <cmath>#include <cstring>#include <limits>#include <sensor_msgs/msg/point_cloud2.hpp>#include <utils/ground_grid.hpp>#include <utils/lidar_point.hpp>#include <utils/trimming_parameters.hpp>#include <vector>#include "rclcpp/rclcpp.hpp"

Go to the source code of this file.
Classes | |
| class | GroundRemoval |
| Abstract class for ground removal from a point cloud. More... | |