Skip to content

Commit

Permalink
Remove unnecessary dependencies (#67)
Browse files Browse the repository at this point in the history
This removes unncessary dependencies from `terrain_planner` package
  • Loading branch information
Jaeyoung-Lim authored Jun 20, 2024
1 parent f66984f commit d4f68f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
5 changes: 0 additions & 5 deletions terrain_planner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ project(terrain_planner)

add_definitions(-std=c++17 -Wall)

find_package(OpenCV REQUIRED)
find_package(ompl REQUIRED)
find_package(Boost REQUIRED COMPONENTS serialization system filesystem)

Expand All @@ -12,10 +11,6 @@ find_package(catkin REQUIRED COMPONENTS
rospy
tf
grid_map_core
grid_map_cv
grid_map_msgs
grid_map_ros
grid_map_pcl
grid_map_geo
terrain_navigation
)
Expand Down
11 changes: 0 additions & 11 deletions terrain_planner/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,13 @@
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>grid_map_core</build_depend>
<build_depend>grid_map_cv</build_depend>
<build_depend>grid_map_ros</build_depend>
<build_depend>grid_map_msgs</build_depend>
<build_depend>grid_map_pcl</build_depend>
<build_depend>grid_map_geo</build_depend>
<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>
Expand Down

0 comments on commit d4f68f4

Please sign in to comment.