37 virtual std::shared_ptr<PoseUpdater>
clone()
const override;
Class to update the pose of the vehicle, including a method to check if the pose is ready for graph u...
DifferenceBasedReadyPoseUpdater & operator=(const DifferenceBasedReadyPoseUpdater &other)
double minimum_pose_difference_
virtual ~DifferenceBasedReadyPoseUpdater()
virtual bool pose_ready_for_graph_update() const override
Check if the accumulated pose difference is greater than the minimum threshold.
virtual std::shared_ptr< PoseUpdater > clone() const override
Clone the pose updater.
Class to update the pose of the vehicle.
Parameters for the SLAM node.