Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
TrajectoryCalculator Class Referenceabstract

Trait class for trajectory calculation in SLAM solvers. More...

#include <trajectory_calculator.hpp>

Inheritance diagram for TrajectoryCalculator:
Inheritance graph
Collaboration diagram for TrajectoryCalculator:
Collaboration graph

Public Member Functions

virtual std::vector< common_lib::structures::Poseget_trajectory_estimate ()=0
 Get the trajectory estimate object.
 

Detailed Description

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.

Member Function Documentation

◆ get_trajectory_estimate()

virtual std::vector< common_lib::structures::Pose > TrajectoryCalculator::get_trajectory_estimate ( )
pure virtual

Get the trajectory estimate object.

Returns
std::vector<common_lib::structures::Pose>

Implemented in GraphSLAMSolver.


The documentation for this class was generated from the following file: