![]() |
RMVL
2.5.0-dev
Robotic Manipulation and Vision Library
|
基于二维代价地图的 A* 路径规划器 更多...
#include <rmvl/nav/planner.hpp>
Public 成员函数 | |
| AStarPlanner (AStarOptions options={}) noexcept | |
| 创建 A* 路径规划器 | |
| const AStarOptions & | options () const noexcept |
| PlanningResult | plan (const Costmap &costmap, const msg::Pose &start, const msg::Pose &goal) const |
| 在代价地图上规划路径 | |
基于二维代价地图的 A* 路径规划器
|
explicitnoexcept |
|
noexcept |
| PlanningResult rm::nav::AStarPlanner::plan | ( | const Costmap & | costmap, |
| const msg::Pose & | start, | ||
| const msg::Pose & | goal ) const |
在代价地图上规划路径
| [in] | costmap | 已完成图层合成和膨胀的代价地图 |
| [in] | start | 起点位姿,仅使用位置分量 |
| [in] | goal | 终点位姿,仅使用位置分量 |