|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include "planning/skidpad.hpp"#include <fstream>#include <sstream>#include <limits>#include <cmath>#include <CGAL/Delaunay_triangulation_2.h>#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>#include <pcl/registration/icp.h>#include <pcl/point_cloud.h>#include <pcl/point_types.h>#include <pcl/kdtree/kdtree_flann.h>#include "config/path_calculation_config.hpp"