|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <Eigen/Dense>#include <memory>#include <rclcpp/rclcpp.hpp>

Go to the source code of this file.
Classes | |
| struct | MotionData |
| Data structure to hold motion data. More... | |
| struct | ObservationData |
| Struct containing observation data. More... | |
Enumerations | |
| enum class | MotionInputType { VELOCITIES , ODOMETRY } |
| Enum to define the type of motion input. More... | |
|
strong |
Enum to define the type of motion input.
| Enumerator | |
|---|---|
| VELOCITIES | Vehicle velocities. |
| ODOMETRY | Pose difference from odometry. |
Definition at line 10 of file factor_data_structures.hpp.