|
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3)
|
|
|
project(robot_bringup)
|
|
|
|
|
|
## Compile as C++11, supported in ROS Kinetic and newer
|
|
|
-# add_compile_options(-std=c++11)
|
|
|
+add_compile_options(-std=c++11)
|
|
|
|
|
|
## Find catkin macros and libraries
|
|
|
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
|
|
@@ -12,12 +12,6 @@ find_package(catkin REQUIRED)
|
|
|
## System dependencies are found with CMake's conventions
|
|
|
# find_package(Boost REQUIRED COMPONENTS system)
|
|
|
|
|
|
-
|
|
|
-## Uncomment this if the package has a setup.py. This macro ensures
|
|
|
-## modules and global scripts declared therein get installed
|
|
|
-## See http://ros.org/doc/api/catkin/html/user_guide/setup_dot_py.html
|
|
|
-# catkin_python_setup()
|
|
|
-
|
|
|
################################################
|
|
|
## Declare ROS messages, services and actions ##
|
|
|
################################################
|
|
@@ -180,16 +174,3 @@ include_directories(
|
|
|
# # myfile2
|
|
|
# DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
|
|
|
# )
|
|
|
-
|
|
|
-#############
|
|
|
-## Testing ##
|
|
|
-#############
|
|
|
-
|
|
|
-## Add gtest based cpp test target and link libraries
|
|
|
-# catkin_add_gtest(${PROJECT_NAME}-test test/test_robot_bringup.cpp)
|
|
|
-# if(TARGET ${PROJECT_NAME}-test)
|
|
|
-# target_link_libraries(${PROJECT_NAME}-test ${PROJECT_NAME})
|
|
|
-# endif()
|
|
|
-
|
|
|
-## Add folders to be run by python nosetests
|
|
|
-# catkin_add_nosetests(test)
|