Skip to content

Commit 83009c0

Browse files
committed
removing the unwanted dependencies
1 parent f893456 commit 83009c0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.5)
22
project(neo_simulation2)
33

44
find_package(ament_cmake REQUIRED)
5-
find_package(nav2_bringup REQUIRED)
6-
find_package(navigation2 REQUIRED)
75

86
install(DIRECTORY launch
97
configs

package.xml

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
<test_depend>ament_flake8</test_depend>
1212
<test_depend>ament_pep257</test_depend>
1313
<test_depend>python3-pytest</test_depend>
14-
<!-- <exec_depend>nav2_bringup</exec_depend> -->
15-
<build_depend>nav2_bringup</build_depend>
1614
<export>
1715
<build_type>ament_cmake</build_type>
1816
<gazebo_ros gazebo_model_path="${prefix}/.." />

0 commit comments

Comments
 (0)