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

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
 

Typedef Documentation

◆ Cone

Definition at line 17 of file skidpad.hpp.

◆ PathPoint

Definition at line 15 of file skidpad.hpp.

◆ Pose

Definition at line 16 of file skidpad.hpp.