Skip to content

Commit 231c341

Browse files
authored
fix(behavior_path_planner): add freespace_planning_algorithms dependency (#9800)
1 parent 0997af5 commit 231c341

File tree

2 files changed

+2
-0
lines changed
  • planning/behavior_path_planner

2 files changed

+2
-0
lines changed

planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/package.xml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<depend>autoware_behavior_path_planner</depend>
2424
<depend>autoware_behavior_path_planner_common</depend>
2525
<depend>autoware_bezier_sampler</depend>
26+
<depend>autoware_freespace_planning_algorithms</depend>
2627
<depend>autoware_motion_utils</depend>
2728
<depend>autoware_rtc_interface</depend>
2829
<depend>autoware_test_utils</depend>

planning/behavior_path_planner/autoware_behavior_path_start_planner_module/package.xml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<depend>autoware_behavior_path_planner</depend>
2424
<depend>autoware_behavior_path_planner_common</depend>
25+
<depend>autoware_freespace_planning_algorithms</depend>
2526
<depend>autoware_motion_utils</depend>
2627
<depend>autoware_rtc_interface</depend>
2728
<depend>autoware_universe_utils</depend>

0 commit comments

Comments
 (0)