From: Walter Fetter Lages Date: Tue, 16 Jun 2020 20:16:31 +0000 (-0300) Subject: Port to Noetic. X-Git-Url: http://git.ece.ufrgs.br/?a=commitdiff_plain;h=e9f894393391e495263fe7446e38b0b16f71e3fa;p=q2d.git Port to Noetic. --- diff --git a/q2d_bringup/CMakeLists.txt b/q2d_bringup/CMakeLists.txt index 8f9369d..dc48a74 100644 --- a/q2d_bringup/CMakeLists.txt +++ b/q2d_bringup/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 3.0.2) project(q2d_bringup) ## Compile as C++11, supported in ROS Kinetic and newer @@ -158,16 +158,23 @@ include_directories( ## Mark executable scripts (Python etc.) for installation ## in contrast to setup.py, you can choose the destination -# install(PROGRAMS +# catkin_install_python(PROGRAMS # scripts/my_python_script # DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} # ) -## Mark executables and/or libraries for installation -# install(TARGETS ${PROJECT_NAME} ${PROJECT_NAME}_node +## Mark executables for installation +## See http://docs.ros.org/melodic/api/catkin/html/howto/format1/building_executables.html +# install(TARGETS ${PROJECT_NAME}_node +# RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} +# ) + +## Mark libraries for installation +## See http://docs.ros.org/melodic/api/catkin/html/howto/format1/building_libraries.html +# install(TARGETS ${PROJECT_NAME} # ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} # LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} -# RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} +# RUNTIME DESTINATION ${CATKIN_GLOBAL_BIN_DESTINATION} # ) ## Mark cpp header files for installation diff --git a/q2d_bringup/package.xml b/q2d_bringup/package.xml index 0bdfda4..d371d39 100644 --- a/q2d_bringup/package.xml +++ b/q2d_bringup/package.xml @@ -1,13 +1,14 @@ q2d_bringup - 2.0.0 + 2.1.0 The q2d_bringup package - Walter Fetter Lages + Walter Fetter Lages + diff --git a/q2d_description/CMakeLists.txt b/q2d_description/CMakeLists.txt index 9f52322..c43f517 100644 --- a/q2d_description/CMakeLists.txt +++ b/q2d_description/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 3.0.2) project(q2d_description) ## Compile as C++11, supported in ROS Kinetic and newer @@ -155,16 +155,23 @@ include_directories( ## Mark executable scripts (Python etc.) for installation ## in contrast to setup.py, you can choose the destination -# install(PROGRAMS +# catkin_install_python(PROGRAMS # scripts/my_python_script # DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} # ) -## Mark executables and/or libraries for installation -# install(TARGETS ${PROJECT_NAME} ${PROJECT_NAME}_node +## Mark executables for installation +## See http://docs.ros.org/melodic/api/catkin/html/howto/format1/building_executables.html +# install(TARGETS ${PROJECT_NAME}_node +# RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} +# ) + +## Mark libraries for installation +## See http://docs.ros.org/melodic/api/catkin/html/howto/format1/building_libraries.html +# install(TARGETS ${PROJECT_NAME} # ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} # LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} -# RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} +# RUNTIME DESTINATION ${CATKIN_GLOBAL_BIN_DESTINATION} # ) ## Mark cpp header files for installation diff --git a/q2d_description/package.xml b/q2d_description/package.xml index 00b1f1e..519c694 100644 --- a/q2d_description/package.xml +++ b/q2d_description/package.xml @@ -1,16 +1,14 @@ q2d_description - 2.0.0 + 2.1.0 The q2d_description package - Guilherme Alan Ritter Walter Fetter Lages - diff --git a/q2d_teleop/CMakeLists.txt b/q2d_teleop/CMakeLists.txt index 884a661..695a618 100644 --- a/q2d_teleop/CMakeLists.txt +++ b/q2d_teleop/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 3.0.2) project(q2d_teleop) ## Compile as C++11, supported in ROS Kinetic and newer @@ -111,8 +111,8 @@ find_package(orocos_kdl REQUIRED) catkin_package( # INCLUDE_DIRS include # LIBRARIES q2d_teleop -# CATKIN_DEPENDS cmake_modules geometry_msgs kdl_parser orocos_kdl roscpp sensor_msgs std_msgs urdf -# DEPENDS system_lib +# CATKIN_DEPENDS cmake_modules geometry_msgs kdl_parser roscpp sensor_msgs std_msgs urdf +# DEPENDS orocos_kdl ) ########### @@ -124,7 +124,7 @@ catkin_package( include_directories( # include ${catkin_INCLUDE_DIRS} -# TODO: Check names of system library include directories (Eigen) +# TODO: Check names of system library include directories (orocos_kdl) ${EIGEN3_INCLUDE_DIRS} ${orocos_kdl_INCLUDE_DIRS} ) @@ -177,16 +177,23 @@ target_link_libraries(q2d_teleop_rviz ## Mark executable scripts (Python etc.) for installation ## in contrast to setup.py, you can choose the destination -# install(PROGRAMS +# catkin_install_python(PROGRAMS # scripts/my_python_script # DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} # ) -## Mark executables and/or libraries for installation -# install(TARGETS ${PROJECT_NAME} ${PROJECT_NAME}_node +## Mark executables for installation +## See http://docs.ros.org/melodic/api/catkin/html/howto/format1/building_executables.html +# install(TARGETS ${PROJECT_NAME}_node +# RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} +# ) + +## Mark libraries for installation +## See http://docs.ros.org/melodic/api/catkin/html/howto/format1/building_libraries.html +# install(TARGETS ${PROJECT_NAME} # ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} # LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} -# RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} +# RUNTIME DESTINATION ${CATKIN_GLOBAL_BIN_DESTINATION} # ) ## Mark cpp header files for installation diff --git a/q2d_teleop/package.xml b/q2d_teleop/package.xml index ea79ddb..3c36231 100644 --- a/q2d_teleop/package.xml +++ b/q2d_teleop/package.xml @@ -1,7 +1,7 @@ q2d_teleop - 2.0.0 + 2.1.0 The q2d_teleop package @@ -27,7 +27,6 @@ Walter Fetter Lages - @@ -49,7 +48,7 @@ catkin - Eigen + Eigen3 cmake_modules geometry_msgs kdl_parser @@ -58,7 +57,7 @@ sensor_msgs std_msgs urdf - Eigen + Eigen3 cmake_modules geometry_msgs kdl_parser @@ -67,7 +66,7 @@ sensor_msgs std_msgs urdf - Eigen + Eigen3 cmake_modules geometry_msgs kdl_parser