Skip to content

Commit

Permalink
simplify message
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
  • Loading branch information
isamu-takagi committed Mar 7, 2025
1 parent 9c673b1 commit 463f345
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
7 changes: 0 additions & 7 deletions docs/design/autoware-interfaces/ad-api/features/fail-safe.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,3 @@ This is service dependent. Autoware supports the following transitions by defaul
## RTI state

The RTI state indicates whether RTI is requested. If for some reason autonomous driving cannot continue, Autoware will request a change to manual driving.
The following states are provided to properly handle RTI from multiple vehicles.

| State | Description |
| ------------- | ----------------------------------------------------------------------------------------- |
| NONE | RTI is not requested. |
| MRM_OPERATING | MRM is operating. Since MRC has not been achieved, immediate intervention is recommended. |
| MRM_COMPLETED | MRM is completed. Since MRC has been achieved, give priority to vehicles with urgency. |
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ method: notification
type:
name: autoware_adapi_v1_msgs/msg/RtiState
msg:
- name: state
text: The state of RTI.
- name: request
text: The flag for whether RTI is requested.
- name: message
text: The message such as reasons for RTI.
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@ title: autoware_adapi_v1_msgs/msg/RtiState
{% block definition %}

```txt
uint16 UNKNOWN = 0
uint16 NONE = 1
uint16 MRM_OPERATING = 2
uint16 MRM_COMPLETED = 3
builtin_interfaces/Time stamp
uint16 state
bool request
string message
```

Expand Down
2 changes: 1 addition & 1 deletion yaml/autoware-interfaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ types:
autoware_adapi_v1_msgs/msg/RtiState:
msg:
message: string
request: bool
stamp: builtin_interfaces/msg/Time
state: uint16
autoware_adapi_v1_msgs/msg/SteeringFactor:
msg:
behavior: string
Expand Down

0 comments on commit 463f345

Please sign in to comment.