Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Member Functions | Private Attributes
mrpt::nav::PoseDistanceMetric< TNodeSE2_TP > Struct Reference

Detailed Description

Pose metric for SE(2) limited to a given PTG manifold.

NOTE: This 'metric' is NOT symmetric for all PTGs: d(a,b)!=d(b,a)

Definition at line 257 of file TMoveTree.h.

#include <mrpt/nav/planners/TMoveTree.h>

Public Member Functions

bool cannotBeNearerThan (const TNodeSE2_TP &a, const TNodeSE2_TP &b, const double d) const
 
double distance (const TNodeSE2_TP &src, const TNodeSE2_TP &dst) const
 
 PoseDistanceMetric (const mrpt::nav::CParameterizedTrajectoryGenerator &ptg)
 

Private Attributes

const mrpt::nav::CParameterizedTrajectoryGeneratorm_ptg
 

Constructor & Destructor Documentation

◆ PoseDistanceMetric()

Definition at line 282 of file TMoveTree.h.

Member Function Documentation

◆ cannotBeNearerThan()

bool mrpt::nav::PoseDistanceMetric< TNodeSE2_TP >::cannotBeNearerThan ( const TNodeSE2_TP a,
const TNodeSE2_TP b,
const double  d 
) const
inline

Definition at line 259 of file TMoveTree.h.

◆ distance()

double mrpt::nav::PoseDistanceMetric< TNodeSE2_TP >::distance ( const TNodeSE2_TP src,
const TNodeSE2_TP dst 
) const
inline

Member Data Documentation

◆ m_ptg

Definition at line 288 of file TMoveTree.h.




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST