Skip to content

Commit

Permalink
Add missing ompl dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Oct 27, 2023
1 parent 98203ad commit 7b914d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terrain_navigation_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<build_depend>terrain_navigation</build_depend>
<build_depend>terrain_planner</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>ompl</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>grid_map_visualization</run_depend>
Expand All @@ -43,6 +44,7 @@
<run_depend>terrain_planner</run_depend>
<run_depend>dynamic_reconfigure</run_depend>
<run_depend>mav_planning_rviz</run_depend>
<run_depend>ompl</run_depend>
<export>
</export>
</package>
2 changes: 2 additions & 0 deletions terrain_planner/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@
<build_depend>tf</build_depend>
<build_depend>planner_msgs</build_depend>
<build_depend>terrain_navigation</build_depend>
<build_depend>ompl</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>grid_map_visualization</run_depend>
<run_depend>grid_map_rviz_plugin</run_depend>
<run_depend>planner_msgs</run_depend>
<run_depend>terrain_navigation</run_depend>
<run_depend>grid_map_geo</run_depend>
<run_depend>ompl</run_depend>


<!-- The export tag contains other, unspecified, tags -->
Expand Down
1 change: 1 addition & 0 deletions terrain_planner_benchmark/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<build_depend>grid_map_pcl</build_depend>
<build_depend>grid_map_geo</build_depend>
<build_depend>terrain_navigation</build_depend>
<build_depend>ompl</build_depend>
<build_depend>terrain_planner</build_depend>
<run_depend>eigen_catkin</run_depend>
<export>
Expand Down

0 comments on commit 7b914d4

Please sign in to comment.