|
Formula Student Autonomous Systems
The code for the main driverless system
|
Trait class for trajectory calculation in SLAM solvers. More...
#include <trajectory_calculator.hpp>


Public Member Functions | |
| virtual std::vector< common_lib::structures::Pose > | get_trajectory_estimate ()=0 |
| Get the trajectory estimate object. | |
Trait class for trajectory calculation in SLAM solvers.
This trait provides an interface for SLAM solvers to calculate and retrieve the trajectory estimate based on the integrated sensor data.
Definition at line 12 of file trajectory_calculator.hpp.
|
pure virtual |
Get the trajectory estimate object.
Implemented in GraphSLAMSolver.