/api/planning/velocity_factors#
状态#
- 最后版本: not released
- 方法: realtime stream
- 数据类型: autoware_adapi_v1_msgs/msg/VelocityFactorArray
描述#
获取速度因子,按距离的升序排序. 有关详细信息,请参阅 规划因素.
消息#
| 名称 | 类型 | 描述 |
|---|---|---|
| factors.pose | geometry_msgs/msg/Pose | 与速度因子相关的基础链接姿势. |
| factors.distance | float32 | 从基础链接到上述姿势的距离. |
| factors.status | uint16 | 速度因子的状态. |
| factors.behavior | string | 速度因子的行为类型. |
| factors.sequence | string | 速度因子的序列类型. |
| factors.detail | string | 速度因子的附加信息. |
| factors.cooperation | autoware_adapi_v1_msgs/msg/CooperationStatus[<=1] | 如果模块支持,则为合作状态. |