Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix adapi usecase links #604

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading