![]() |
RMVL
2.5.0-dev
Robotic Manipulation and Vision Library
|
路径规划结果 更多...
#include <rmvl/nav/planner.hpp>
Public 成员函数 | |
| operator bool () const noexcept | |
Public 属性 | |
| PlanningStatus | status {PlanningStatus::InvalidMap} |
| 规划状态 | |
| msg::Path | path {} |
| 规划成功时的路径 | |
| double | cost {} |
| 搜索得到的累计代价 | |
| std::size_t | expanded {} |
| 搜索过程中展开的栅格数量 | |
路径规划结果
|
inlineexplicitnoexcept |
| double rm::nav::PlanningResult::cost {} |
搜索得到的累计代价
| std::size_t rm::nav::PlanningResult::expanded {} |
搜索过程中展开的栅格数量
| msg::Path rm::nav::PlanningResult::path {} |
规划成功时的路径
| PlanningStatus rm::nav::PlanningResult::status {PlanningStatus::InvalidMap} |
规划状态