File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,3 @@ cmake_minimum_required(VERSION 2.8.3)
22project (image_recognition)
33find_package (catkin REQUIRED)
44catkin_metapackage()
5-
6- # Tests
7-
8- # Catkin lint
9- find_program (CATKIN_LINT catkin_lint REQUIRED)
10- execute_process (COMMAND "${CATKIN_LINT} " "-q" "-W2" "${CMAKE_SOURCE_DIR} " RESULT_VARIABLE lint_result)
11- if (NOT ${lint_result} EQUAL 0)
12- message (FATAL_ERROR "catkin_lint failed" )
13- endif ()
Original file line number Diff line number Diff line change 22<package format =" 2" >
33 <name >image_recognition</name >
44 <version >0.0.4</version >
5- <description >The image_recognition package </description >
5+ <description >The image_recognition packages for extracting recognitions from images. </description >
66
77 <
maintainer email =
" [email protected] " >Rein Appeldoorn</
maintainer >
88
99 <license >MIT</license >
1010 <buildtool_depend >catkin</buildtool_depend >
1111
12- <build_depend >python-catkin-lint</build_depend >
13-
1412 <exec_depend >image_recognition_analysis</exec_depend >
1513 <exec_depend >image_recognition_keras</exec_depend >
1614 <exec_depend >image_recognition_msgs</exec_depend >
You can’t perform that action at this time.
0 commit comments