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

Public Member Functions | |
| double | lengthEuclidean () const |
| Return the path length. More... | |
| double | lengthPsm () const |
| Return the path length. More... | |
| bool | save_to_text_file (const std::string &file) const |
| Save the path in a file. More... | |
| int | getClosestPathIndex (mrpt::math::TPose2D &robotPose) const |
| Given a robot pose, get the closest path index. More... | |
| bool | getBreadcrumbPoint (mrpt::nav::TPath::TPathData &out_next_point, mrpt::math::TPose2D &robotPose, mrpt::math::TPose2D &m_target_pose, double breadcrumb_dist) |
| Get the next point to follow for the reactive method, the idea is reactively navigate to the target through a set of points as a "Hop-o'-My-Thumb" path (or breadcrumbs path) More... | |
Public Attributes | |
| bool | isApproximate |
| the path is approximate if the target is not reached More... | |
| T | elements |
| STL member. More... | |
| bool mrpt::nav::TPath::TPlannedPath::getBreadcrumbPoint | ( | mrpt::nav::TPath::TPathData & | out_next_point, |
| mrpt::math::TPose2D & | robotPose, | ||
| mrpt::math::TPose2D & | m_target_pose, | ||
| double | breadcrumb_dist | ||
| ) |
Get the next point to follow for the reactive method, the idea is reactively navigate to the target through a set of points as a "Hop-o'-My-Thumb" path (or breadcrumbs path)
| int mrpt::nav::TPath::TPlannedPath::getClosestPathIndex | ( | mrpt::math::TPose2D & | robotPose | ) | const |
Given a robot pose, get the closest path index.
| double mrpt::nav::TPath::TPlannedPath::lengthEuclidean | ( | ) | const |
Return the path length.
| double mrpt::nav::TPath::TPlannedPath::lengthPsm | ( | ) | const |
Return the path length.
| bool mrpt::nav::TPath::TPlannedPath::save_to_text_file | ( | const std::string & | file | ) | const |
Save the path in a file.
|
inherited |
STL member.
| Page generated by Doxygen 1.8.9.1 for MRPT 1.3.0 SVN: at Sun Sep 13 03:55:12 UTC 2015 |