![]() |
RMVL
2.5.0-dev
Robotic Manipulation and Vision Library
|
Pure Pursuit 计算结果 更多...
#include <rmvl/nav/controller.hpp>
Public 成员函数 | |
| operator bool () const noexcept | |
Public 属性 | |
| TrackingStatus | status {TrackingStatus::InvalidPath} |
| 跟踪状态 | |
| msg::Twist | command {} |
| 平面速度指令 | |
| msg::Point | lookahead {} |
| 本次使用的前视点 | |
| std::size_t | lookahead_index {} |
| 前视点在路径中的索引 | |
Pure Pursuit 计算结果
|
inlineexplicitnoexcept |
| msg::Twist rm::nav::TrackingResult::command {} |
平面速度指令
| msg::Point rm::nav::TrackingResult::lookahead {} |
本次使用的前视点
| std::size_t rm::nav::TrackingResult::lookahead_index {} |
前视点在路径中的索引
| TrackingStatus rm::nav::TrackingResult::status {TrackingStatus::InvalidPath} |
跟踪状态