Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
second_pose_input_trait.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <Eigen/Dense>
4
14
15public:
20 virtual Eigen::Vector3d get_second_accumulated_pose_difference() const = 0;
21
26 virtual bool second_pose_difference_ready() const = 0;
27};
Trait for pose updaters that keep two different pose difference estimates from different sources.
virtual Eigen::Vector3d get_second_accumulated_pose_difference() const =0
Get the accumulated pose difference from the second source.
virtual bool second_pose_difference_ready() const =0
Check if the second pose difference is ready.