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
5
#include "
common_lib/structures/pose.hpp
"
6
12
class
TrajectoryCalculator
{
13
public
:
19
virtual
std::vector<common_lib::structures::Pose>
get_trajectory_estimate
() = 0;
20
};
TrajectoryCalculator
Trait class for trajectory calculation in SLAM solvers.
Definition
trajectory_calculator.hpp:12
TrajectoryCalculator::get_trajectory_estimate
virtual std::vector< common_lib::structures::Pose > get_trajectory_estimate()=0
Get the trajectory estimate object.
pose.hpp
src
slam
include
slam_solver
solver_traits
trajectory_calculator.hpp
Generated by
1.9.8