/api/operation_mode/state#
Status#
- Latest Version: v1.0.0
- Method: notification
- Data Type: autoware_adapi_v1_msgs/msg/OperationModeState
Description#
获取作模式状态. 有关详细信息,请参阅 作模式 中.
Message#
| Name | Type | Description |
|---|---|---|
| mode | uint8 | 为 Autoware control 选择的命令. |
| is_autoware_control_enabled | bool | 如果启用了 Autoware 的车辆控制,则为 True. |
| is_in_transition | bool | 如果作模式处于过渡状态,则为 True. |
| is_stop_mode_available | bool | 如果作模式可以更改为 stop,则为 True. |
| is_autonomous_mode_available | bool | 如果作模式可以更改为自主,则为 True. |
| is_local_mode_available | bool | 如果作模式可以更改为本地,则为 True. |
| is_remote_mode_available | bool | 如果作模式可以更改为 remote,则为 True. |