Skip to content

Commit 5d90af9

Browse files
committed
fix: added prefix to missing strings
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent 6bbcf85 commit 5d90af9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ perception/traffic_light_map_based_detector/** shunsuke.miura@tier4.jp tao.zhong
156156
perception/traffic_light_multi_camera_fusion/** shunsuke.miura@tier4.jp tao.zhong@tier4.jp
157157
perception/traffic_light_occlusion_predictor/** shunsuke.miura@tier4.jp tao.zhong@tier4.jp
158158
perception/traffic_light_visualization/** tao.zhong@tier4.jp yukihiro.saito@tier4.jp
159+
planning/autoware_behavior_velocity_template_module/** daniel.sanchez@tier4.jp
159160
planning/autoware_planning_test_manager/** kyoichi.sugahara@tier4.jp takamasa.horibe@tier4.jp
160161
planning/autoware_remaining_distance_time_calculator/** ahmed.ebrahim@leodrive.ai
161162
planning/autoware_static_centerline_generator/** kosuke.takeuchi@tier4.jp takayuki.murooka@tier4.jp
@@ -184,7 +185,6 @@ planning/behavior_velocity_planner_common/** fumiya.watanabe@tier4.jp isamu.taka
184185
planning/behavior_velocity_run_out_module/** kosuke.takeuchi@tier4.jp makoto.kurihara@tier4.jp shumpei.wakabayashi@tier4.jp takayuki.murooka@tier4.jp tomohito.ando@tier4.jp tomoya.kimura@tier4.jp
185186
planning/behavior_velocity_speed_bump_module/** mdogru@leodrive.ai shumpei.wakabayashi@tier4.jp tomoya.kimura@tier4.jp
186187
planning/behavior_velocity_stop_line_module/** fumiya.watanabe@tier4.jp shumpei.wakabayashi@tier4.jp tomoya.kimura@tier4.jp zhe.shen@tier4.jp
187-
planning/behavior_velocity_template_module/** daniel.sanchez@tier4.jp
188188
planning/behavior_velocity_traffic_light_module/** mamoru.sobue@tier4.jp satoshi.ota@tier4.jp shumpei.wakabayashi@tier4.jp tomoya.kimura@tier4.jp
189189
planning/behavior_velocity_virtual_traffic_light_module/** kosuke.takeuchi@tier4.jp shumpei.wakabayashi@tier4.jp tomoya.kimura@tier4.jp
190190
planning/behavior_velocity_walkway_module/** satoshi.ota@tier4.jp shumpei.wakabayashi@tier4.jp takayuki.murooka@tier4.jp tomoya.kimura@tier4.jp

planning/.pages

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ nav:
1919
- 'Start Planner': planning/behavior_path_start_planner_module
2020
- 'Behavior Velocity Planner':
2121
- 'About Behavior Velocity': planning/behavior_velocity_planner
22-
- 'Template for Custom Module': planning/behavior_velocity_template_module
22+
- 'Template for Custom Module': planning/autoware_behavior_velocity_template_module
2323
- 'Available Module':
2424
- 'Blind Spot': planning/behavior_velocity_blind_spot_module
2525
- 'Crosswalk': planning/behavior_velocity_crosswalk_module

0 commit comments

Comments
 (0)