|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <memory>#include "custom_interfaces/msg/path_point_array.hpp"#include "custom_interfaces/msg/velocities.hpp"#include "custom_interfaces/msg/pose.hpp"#include "control/include/config/parameters.hpp"#include "common_lib/structures/control_command.hpp"

Go to the source code of this file.
Classes | |
| class | LongitudinalController |
| Base (abstract) class for longitudinal controllers (the ones that calculate throttle) More... | |