Class Relocalization

Class Documentation

class Relocalization

Virtual interface for relocalization offered by MOLA modules

Virtual interface of Relocalization

{

virtual void relocalize_near_pose_pdf(const mrpt::poses::CPose3DPDFGaussian &p) = 0

Re-localize near this pose, including uncetainty.

Parameters:

pose[in] The pose, in the local map frame. There is no return value from this method.

virtual void relocalize_from_gnss() = 0

Re-localize with the next incoming GNSS message. There is no return value from this method.

Public Functions

Relocalization()
virtual ~Relocalization()