template struct mrpt::nav::PoseDistanceMetric<TNodeSE2>ΒΆ

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

template <>
struct PoseDistanceMetric<TNodeSE2>
{
    //
methods

    bool cannotBeNearerThan(
        const TNodeSE2& a,
        const TNodeSE2& b,
        const double d
        ) const;

    double distance(
        const TNodeSE2& a,
        const TNodeSE2& b
        ) const;
};