|
selfdriving
|
#include <mpp/data/MotionPrimitivesTree.h>
Public Member Functions | |
| PoseDistanceMetric_TPS (ptg_t &ptg, const double headingTolerance) | |
| bool | cannotBeNearerThan (const SE2_KinState &a, const mrpt::math::TPose2D &b, const distance_t d) const |
| std::optional< std::tuple< distance_t, trajectory_index_t > > | distance (const SE2_KinState &src, const mrpt::math::TPose2D &dst, bool ignoreDstHeading) const |
Private Attributes | |
| ptg_t & | ptg_ |
| const double | headingTolerance_ |
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)
|
inline |
|
inline |
|
inline |
|
private |
|
private |
1.8.13