Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
smoothing.hpp File Reference
#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"
Include dependency graph for smoothing.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Typedef Documentation

◆ PathPoint

Definition at line 16 of file smoothing.hpp.