|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <osqp.h>#include <Eigen/Dense>#include <cmath>#include <functional>#include <map>#include <vector>#include "common_lib/structures/path_point.hpp"#include "config/smoothing_config.hpp"#include "utils/splines.hpp"

Go to the source code of this file.
Classes | |
| class | PathSmoothing |
| class that defines the path smoothing algorithm More... | |
Typedefs | |
| using | PathPoint = common_lib::structures::PathPoint |
Definition at line 16 of file smoothing.hpp.