Skip to content

Commit 8c619ff

Browse files
go-sakayoritby-udel
authored andcommitted
docs(planning): fix wrong link (autowarefoundation#7751)
* fix page link Signed-off-by: Go Sakayori <gsakayori@gmail.com> * fix out of lane link Signed-off-by: Go Sakayori <gsakayori@gmail.com> * fix Signed-off-by: Go Sakayori <gsakayori@gmail.com> * fix cost map generator link Signed-off-by: Go Sakayori <gsakayori@gmail.com> --------- Signed-off-by: Go Sakayori <gsakayori@gmail.com>
1 parent e20ff27 commit 8c619ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

planning/.pages

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ nav:
2323
- 'Available Module':
2424
- 'Blind Spot': planning/behavior_velocity_planner/autoware_behavior_velocity_blind_spot_module
2525
- 'Crosswalk': planning/behavior_velocity_planner/autoware_behavior_velocity_crosswalk_module
26-
- 'Detection Area': planning/behavior_velocity_detection_area_module
26+
- 'Detection Area': planning/behavior_velocity_planner/autoware_behavior_velocity_detection_area_module
2727
- 'Intersection': planning/behavior_velocity_planner/autoware_behavior_velocity_intersection_module
2828
- 'No Drivable Lane': planning/behavior_velocity_planner/autoware_behavior_velocity_no_drivable_lane_module
2929
- 'No Stopping Area': planning/behavior_velocity_planner/autoware_behavior_velocity_no_stopping_area_module
@@ -64,15 +64,15 @@ nav:
6464
- 'About Motion Velocity Planner': planning/motion_velocity_planner/autoware_motion_velocity_planner_node/
6565
- 'Available Modules':
6666
- 'Dynamic Obstacle Stop': planning/motion_velocity_planner/autoware_motion_velocity_dynamic_obstacle_stop_module/
67-
- 'Out of Lane': planning/motion_velocity_planner/autoware_motion_velocity_planner_out_of_lane_module/
67+
- 'Out of Lane': planning/motion_velocity_planner/autoware_motion_velocity_out_of_lane_module/
6868
- 'Obstacle Velocity Limiter': planning/motion_velocity_planner/autoware_motion_velocity_obstacle_velocity_limiter_module/
6969
- 'Velocity Smoother':
7070
- 'About Velocity Smoother': planning/autoware_velocity_smoother
7171
- 'About Velocity Smoother (Japanese)': planning/autoware_velocity_smoother/README.ja
7272
- 'Scenario Selector': planning/autoware_scenario_selector
7373
- 'Static Centerline Generator': planning/autoware_static_centerline_generator
7474
- 'API and Library':
75-
- 'Costmap Generator': planning/costmap_generator
75+
- 'Costmap Generator': planning/autoware_costmap_generator
7676
- 'External Velocity Limit Selector': planning/autoware_external_velocity_limit_selector
7777
- 'Objects of Interest Marker Interface': planning/autoware_objects_of_interest_marker_interface
7878
- 'Route Handler': planning/autoware_route_handler

planning/autoware_rtc_interface/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ If not, return `false`.
187187

188188
## Debugging Tools
189189

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

192192
## Assumptions / Known limits
193193

0 commit comments

Comments
 (0)