Skip to content

Commit fd99f17

Browse files
committed
refactor(traffic_light_utils): prefix package and namespace with autoware
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent 2df0cec commit fd99f17

File tree

5 files changed

+5
-5
lines changed
  • common
  • perception/autoware_traffic_light_occlusion_predictor
  • planning
    • behavior_path_planner/autoware_behavior_path_planner_common
    • behavior_velocity_planner/autoware_behavior_velocity_traffic_light_module
    • motion_velocity_planner/autoware_motion_velocity_out_of_lane_module

5 files changed

+5
-5
lines changed

common/.pages

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ nav:
2323
- 'Signal Processing':
2424
- 'Introduction': common/signal_processing
2525
- 'Butterworth Filter': common/signal_processing/documentation/ButterworthFilter
26+
- 'autoware_traffic_light_utils': common/autoware_traffic_light_utils
2627
- 'autoware_universe_utils': common/autoware_universe_utils
27-
- 'traffic_light_utils': common/traffic_light_utils
2828
- 'RVIZ2 Plugins':
2929
- 'autoware_perception_rviz_plugin': common/autoware_perception_rviz_plugin
3030
- 'autoware_overlay_rviz_plugin': common/autoware_overlay_rviz_plugin/autoware_overlay_rviz_plugin

perception/autoware_traffic_light_occlusion_predictor/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<depend>tf2_eigen</depend>
2828
<depend>tf2_ros</depend>
2929
<depend>tier4_perception_msgs</depend>
30-
<depend>traffic_light_utils</depend>
30+
<depend>autoware_traffic_light_utils</depend>
3131

3232
<test_depend>ament_lint_auto</test_depend>
3333
<test_depend>autoware_lint_common</test_depend>

planning/behavior_path_planner/autoware_behavior_path_planner_common/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<depend>rclcpp</depend>
6262
<depend>tf2</depend>
6363
<depend>tier4_planning_msgs</depend>
64-
<depend>traffic_light_utils</depend>
64+
<depend>autoware_traffic_light_utils</depend>
6565
<depend>visualization_msgs</depend>
6666

6767
<test_depend>ament_cmake_ros</test_depend>

planning/behavior_velocity_planner/autoware_behavior_velocity_traffic_light_module/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<depend>tf2_eigen</depend>
3535
<depend>tf2_geometry_msgs</depend>
3636
<depend>tier4_planning_msgs</depend>
37-
<depend>traffic_light_utils</depend>
37+
<depend>autoware_traffic_light_utils</depend>
3838
<depend>visualization_msgs</depend>
3939

4040
<test_depend>ament_cmake_ros</test_depend>

planning/motion_velocity_planner/autoware_motion_velocity_out_of_lane_module/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<depend>rclcpp</depend>
3030
<depend>tf2</depend>
3131
<depend>tier4_planning_msgs</depend>
32-
<depend>traffic_light_utils</depend>
32+
<depend>autoware_traffic_light_utils</depend>
3333
<depend>visualization_msgs</depend>
3434

3535
<test_depend>ament_cmake_ros</test_depend>

0 commit comments

Comments
 (0)