![]() |
RMVL
2.5.0-dev
Robotic Manipulation and Vision Library
|
Pure Pursuit 二维路径跟踪器 更多...
#include <rmvl/nav/controller.hpp>
Public 成员函数 | |
| PurePursuit (PurePursuitOptions options={}) noexcept | |
| 创建 Pure Pursuit 跟踪器 | |
| const PurePursuitOptions & | options () const noexcept |
| TrackingResult | compute (const msg::Pose &pose, const msg::Path &path) const |
| 根据当前位置和全局路径计算速度指令 | |
Pure Pursuit 二维路径跟踪器
|
explicitnoexcept |
| TrackingResult rm::nav::PurePursuit::compute | ( | const msg::Pose & | pose, |
| const msg::Path & | path ) const |
根据当前位置和全局路径计算速度指令
| [in] | pose | 机器人在路径坐标系中的当前位姿 |
| [in] | path | 待跟踪路径 |
|
noexcept |