Skip to content

Commit 007c304

Browse files
committed
fix: added prefix to missing strings
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent be777f7 commit 007c304

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
@@ -155,6 +155,7 @@ perception/traffic_light_map_based_detector/** shunsuke.miura@tier4.jp tao.zhong
155155
perception/traffic_light_multi_camera_fusion/** shunsuke.miura@tier4.jp tao.zhong@tier4.jp
156156
perception/traffic_light_occlusion_predictor/** shunsuke.miura@tier4.jp tao.zhong@tier4.jp
157157
perception/traffic_light_visualization/** tao.zhong@tier4.jp yukihiro.saito@tier4.jp
158+
planning/autoware_behavior_velocity_template_module/** daniel.sanchez@tier4.jp
158159
planning/autoware_remaining_distance_time_calculator/** ahmed.ebrahim@leodrive.ai
159160
planning/behavior_path_avoidance_by_lane_change_module/** fumiya.watanabe@tier4.jp satoshi.ota@tier4.jp shumpei.wakabayashi@tier4.jp tomohito.ando@tier4.jp tomoya.kimura@tier4.jp zulfaqar.azmi@tier4.jp
160161
planning/behavior_path_avoidance_module/** fumiya.watanabe@tier4.jp go.sakayori@tier4.jp kyoichi.sugahara@tier4.jp satoshi.ota@tier4.jp shumpei.wakabayashi@tier4.jp takamasa.horibe@tier4.jp tomohito.ando@tier4.jp tomoya.kimura@tier4.jp zulfaqar.azmi@tier4.jp
@@ -181,7 +182,6 @@ planning/behavior_velocity_planner_common/** fumiya.watanabe@tier4.jp isamu.taka
181182
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
182183
planning/behavior_velocity_speed_bump_module/** mdogru@leodrive.ai shumpei.wakabayashi@tier4.jp tomoya.kimura@tier4.jp
183184
planning/behavior_velocity_stop_line_module/** fumiya.watanabe@tier4.jp shumpei.wakabayashi@tier4.jp tomoya.kimura@tier4.jp zhe.shen@tier4.jp
184-
planning/behavior_velocity_template_module/** daniel.sanchez@tier4.jp
185185
planning/behavior_velocity_traffic_light_module/** satoshi.ota@tier4.jp shumpei.wakabayashi@tier4.jp tomoya.kimura@tier4.jp
186186
planning/behavior_velocity_virtual_traffic_light_module/** kosuke.takeuchi@tier4.jp shumpei.wakabayashi@tier4.jp tomoya.kimura@tier4.jp
187187
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)