Skip to content

Commit 3e9a256

Browse files
committed
fix(behavior_path_planner): add freespace_planning_algorithms dependency
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
1 parent ad16612 commit 3e9a256

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
@@ -31,6 +31,7 @@
3131
<depend>rclcpp</depend>
3232
<depend>tier4_planning_msgs</depend>
3333
<depend>visualization_msgs</depend>
34+
<depend>autoware_freespace_planning_algorithms</depend>
3435

3536
<test_depend>ament_cmake_ros</test_depend>
3637
<test_depend>ament_index_cpp</test_depend>

planning/behavior_path_planner/autoware_behavior_path_start_planner_module/package.xml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<depend>rclcpp</depend>
3030
<depend>tier4_planning_msgs</depend>
3131
<depend>visualization_msgs</depend>
32+
<depend>autoware_freespace_planning_algorithms</depend>
3233

3334
<test_depend>ament_cmake_ros</test_depend>
3435
<test_depend>ament_lint_auto</test_depend>

0 commit comments

Comments
 (0)