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


Public Member Functions | |
| virtual void | add_imu_data (const common_lib::sensor_data::ImuData &imu_data)=0 |
| Integrate IMU data into the SLAM solver. | |
| virtual | ~ImuIntegratorTrait ()=default |
Trait class for IMU integration in SLAM solvers.
Definition at line 8 of file imu_integrator_trait.hpp.
|
virtualdefault |
|
pure virtual |
Integrate IMU data into the SLAM solver.
| pose_difference | Pose difference in the form of [dx, dy, dtheta] |
Implemented in GraphSLAMSolver.