|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <Eigen/Dense>#include <memory>#include <utility>#include "common_lib/structures/circular_buffer.hpp"#include "motion_lib/v2p_models/base_v2p_motion_model.hpp"#include "slam_config/general_config.hpp"#include "slam_solver/graph_slam_solver/factor_data_structures.hpp"

Go to the source code of this file.
Classes | |
| class | PoseUpdater |
| Class to update the pose of the vehicle. More... | |
| struct | PoseUpdater::TimedPose |