Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
trajectory_calculator.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <vector>
4
6
13public:
19 virtual std::vector<common_lib::structures::Pose> get_trajectory_estimate() = 0;
20};
Trait class for trajectory calculation in SLAM solvers.
virtual std::vector< common_lib::structures::Pose > get_trajectory_estimate()=0
Get the trajectory estimate object.