We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f893456 commit 83009c0Copy full SHA for 83009c0
CMakeLists.txt
@@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.5)
2
project(neo_simulation2)
3
4
find_package(ament_cmake REQUIRED)
5
-find_package(nav2_bringup REQUIRED)
6
-find_package(navigation2 REQUIRED)
7
8
install(DIRECTORY launch
9
configs
package.xml
@@ -11,8 +11,6 @@
11
<test_depend>ament_flake8</test_depend>
12
<test_depend>ament_pep257</test_depend>
13
<test_depend>python3-pytest</test_depend>
14
- <!-- <exec_depend>nav2_bringup</exec_depend> -->
15
- <build_depend>nav2_bringup</build_depend>
16
<export>
17
<build_type>ament_cmake</build_type>
18
<gazebo_ros gazebo_model_path="${prefix}/.." />
0 commit comments