Skip to content

Commit

Permalink
fix: fix adapi usecase links (#604)
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 authored Sep 2, 2024
1 parent 2f9b626 commit e6b847d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Related API

- Operation mode
- [Operation mode](../features/operation_mode.md)

## Sequence

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Related API

- Driving
- Route
- [Operation mode](../features/operation_mode.md)
- [Routing](../features/routing.md)

## Sequence

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Related API

- Door
- [Vehicle doors](../features/vehicle-doors.md)

## Sequence

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Related API

- Pose
- [Localization](../features/localization.md)

## Sequence

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

## Related API

- Interface
- Launcher
- T.B.D.

## Sequence

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
skinparam ParticipantPadding 25
participant "User" as user
participant "Application" as system
participant "AD API (drive)" as api_drive
participant "AD API (op mode)" as api_drive
participant "AD API (route)" as api_route

api_drive --> system: notify that the vehicle is not driving
Expand Down

0 comments on commit e6b847d

Please sign in to comment.