Skip to content

Commit

Permalink
removing the unwanted dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
padhupradheep committed Aug 19, 2021
1 parent f893456 commit 83009c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.5)
project(neo_simulation2)

find_package(ament_cmake REQUIRED)
find_package(nav2_bringup REQUIRED)
find_package(navigation2 REQUIRED)

install(DIRECTORY launch
configs
Expand Down
2 changes: 0 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>
<!-- <exec_depend>nav2_bringup</exec_depend> -->
<build_depend>nav2_bringup</build_depend>
<export>
<build_type>ament_cmake</build_type>
<gazebo_ros gazebo_model_path="${prefix}/.." />
Expand Down

0 comments on commit 83009c0

Please sign in to comment.