Skip to content

Commit

Permalink
docs(planning): fix wrong link (autowarefoundation#7751)
Browse files Browse the repository at this point in the history
* fix page link

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

* fix out of lane link

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

* fix

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

* fix cost map generator link

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

---------

Signed-off-by: Go Sakayori <[email protected]>
  • Loading branch information
go-sakayori authored Jun 30, 2024
1 parent da0df3e commit 3686a9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions planning/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ nav:
- 'Available Module':
- 'Blind Spot': planning/behavior_velocity_planner/autoware_behavior_velocity_blind_spot_module
- 'Crosswalk': planning/behavior_velocity_planner/autoware_behavior_velocity_crosswalk_module
- 'Detection Area': planning/behavior_velocity_detection_area_module
- 'Detection Area': planning/behavior_velocity_planner/autoware_behavior_velocity_detection_area_module
- 'Intersection': planning/behavior_velocity_planner/autoware_behavior_velocity_intersection_module
- 'No Drivable Lane': planning/behavior_velocity_planner/autoware_behavior_velocity_no_drivable_lane_module
- 'No Stopping Area': planning/behavior_velocity_planner/autoware_behavior_velocity_no_stopping_area_module
Expand Down Expand Up @@ -64,15 +64,15 @@ nav:
- 'About Motion Velocity Planner': planning/motion_velocity_planner/autoware_motion_velocity_planner_node/
- 'Available Modules':
- 'Dynamic Obstacle Stop': planning/motion_velocity_planner/autoware_motion_velocity_dynamic_obstacle_stop_module/
- 'Out of Lane': planning/motion_velocity_planner/autoware_motion_velocity_planner_out_of_lane_module/
- 'Out of Lane': planning/motion_velocity_planner/autoware_motion_velocity_out_of_lane_module/
- 'Obstacle Velocity Limiter': planning/motion_velocity_planner/autoware_motion_velocity_obstacle_velocity_limiter_module/
- 'Velocity Smoother':
- 'About Velocity Smoother': planning/autoware_velocity_smoother
- 'About Velocity Smoother (Japanese)': planning/autoware_velocity_smoother/README.ja
- 'Scenario Selector': planning/autoware_scenario_selector
- 'Static Centerline Generator': planning/autoware_static_centerline_generator
- 'API and Library':
- 'Costmap Generator': planning/costmap_generator
- 'Costmap Generator': planning/autoware_costmap_generator
- 'External Velocity Limit Selector': planning/autoware_external_velocity_limit_selector
- 'Objects of Interest Marker Interface': planning/autoware_objects_of_interest_marker_interface
- 'Route Handler': planning/autoware_route_handler
Expand Down
2 changes: 1 addition & 1 deletion planning/autoware_rtc_interface/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ 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.
There is a debugging tool called [RTC Replayer](https://autowarefoundation.github.io/autoware_tools/main/planning/autoware_rtc_replayer/) for the RTC interface.

## Assumptions / Known limits

Expand Down

0 comments on commit 3686a9b

Please sign in to comment.