|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <cmath>#include "common_lib/structures/path_point.hpp"#include "config/velocity_config.hpp"

Go to the source code of this file.
Classes | |
| class | VelocityPlanning |
| Computes velocity profiles for a planned path based on curvature and dynamics constraints. More... | |
Typedefs | |
| using | PathPoint = common_lib::structures::PathPoint |
Definition at line 8 of file velocity_planning.hpp.