Skip to content

Commit

Permalink
docs(rtc_replayer): fix wrong link (autowarefoundation#7714)
Browse files Browse the repository at this point in the history
* fix link for rtc_replayer

Signed-off-by: Go Sakayori <[email protected]>

* delete RTC replayer header

Signed-off-by: Go Sakayori <[email protected]>

* fix

Signed-off-by: Go Sakayori <[email protected]>

---------

Signed-off-by: Go Sakayori <[email protected]>
  • Loading branch information
go-sakayori authored Jun 27, 2024
1 parent be02771 commit d88de18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion planning/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ nav:
- 'RTC Interface': planning/autoware_rtc_interface
- 'Additional Tools':
- 'Remaining Distance Time Calculator': planning/autoware_remaining_distance_time_calculator
- 'RTC Replayer': planning/rtc_replayer
- 'Planning Debug Tools':
- 'About Planning Debug Tools': https://github.com/autowarefoundation/autoware_tools/tree/main/planning/planning_debug_tools
- 'Stop Reason Visualizer': https://github.com/autowarefoundation/autoware_tools/blob/main/planning/planning_debug_tools/doc-stop-reason-visualizer.md
Expand Down
4 changes: 4 additions & 0 deletions planning/autoware_rtc_interface/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ Return `true` if `uuid` is registered.
If `uuid` is registered, return `true`.
If not, return `false`.

## Debugging Tools

There is a debugging tool called [RTC replayer](https://github.com/autowarefoundation/autoware_tools/tree/main/planning/autoware_rtc_replayer) for the RTC interface.

## Assumptions / Known limits

## Future extensions / Unimplemented parts

0 comments on commit d88de18

Please sign in to comment.