|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <vector>#include <utility>#include <Eigen/Dense>#include <rclcpp/rclcpp.hpp>#include "common_lib/structures/path_point.hpp"#include "common_lib/structures/pose.hpp"#include "common_lib/structures/cone.hpp"#include "config/skidpad_config.hpp"

Go to the source code of this file.
Classes | |
| class | Skidpad |
| class that defines the skidpad path algorithm More... | |
Typedefs | |
| using | PathPoint = common_lib::structures::PathPoint |
| using | Pose = common_lib::structures::Pose |
| using | Cone = common_lib::structures::Cone |
| using Cone = common_lib::structures::Cone |
Definition at line 17 of file skidpad.hpp.
Definition at line 15 of file skidpad.hpp.
| using Pose = common_lib::structures::Pose |
Definition at line 16 of file skidpad.hpp.