|
|
#include <armarx/navigation/global_planning/Point2Point.h>
Public Types | |
| using | Params = Point2PointParams |
Public Member Functions | |
| std::optional< GlobalPlannerResult > | plan (const core::Pose &start, const core::Pose &goal) |
| Point2PointImpl (const Params ¶ms, const core::GeneralConfig &generalConfig, const std::optional< navigation::algorithms::Costmap > &costmap, VirtualRobot::RobotPtr robot) | |
| void | updateCostmap (const std::optional< navigation::algorithms::Costmap > &costmap) |
Definition at line 56 of file Point2Point.h.
| using Params = Point2PointParams |
Definition at line 59 of file Point2Point.h.
| Point2PointImpl | ( | const Params & | params, |
| const core::GeneralConfig & | generalConfig, | ||
| const std::optional< navigation::algorithms::Costmap > & | costmap, | ||
| VirtualRobot::RobotPtr | robot ) |
Definition at line 159 of file Point2Point.cpp.
| std::optional< GlobalPlannerResult > plan | ( | const core::Pose & | start, |
| const core::Pose & | goal ) |
Definition at line 181 of file Point2Point.cpp.
| void updateCostmap | ( | const std::optional< navigation::algorithms::Costmap > & | costmap | ) |
Definition at line 168 of file Point2Point.cpp.