Skip to content

Commit aa7eb07

Browse files
committed
cleaning bringup package
1 parent a99a101 commit aa7eb07

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

yolo_bringup/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
cmake_minimum_required(VERSION 3.8)
22
project(yolo_bringup)
33

4-
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
5-
add_compile_options(-Wall -Wextra -Wpedantic)
6-
endif()
7-
84
# find dependencies
95
find_package(ament_cmake REQUIRED)
106

yolo_bringup/package.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99

1010
<buildtool_depend>ament_cmake</buildtool_depend>
1111

12-
<test_depend>ament_lint_auto</test_depend>
13-
<test_depend>ament_lint_common</test_depend>
14-
1512
<depend>yolo_ros</depend>
1613

1714
<export>

0 commit comments

Comments
 (0)