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


Public Member Functions | |
| virtual void | add_odometry (const common_lib::structures::Pose &pose_difference)=0 |
| Integrate odometry data into the SLAM solver. | |
| virtual | ~OdometryIntegratorTrait ()=default |
Trait class for odometry integration in SLAM solvers.
This trait provides an interface for SLAM solvers to integrate odometry data, allowing them to utilize odometry information for improved pose estimation.
Definition at line 10 of file odometry_integrator_trait.hpp.
|
virtualdefault |
|
pure virtual |
Integrate odometry data into the SLAM solver.
| pose_difference | Pose difference in the form of [dx, dy, dtheta] |
Implemented in GraphSLAMSolver.