File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- catkin_add_gtest (tests_tutorial src/tests.cpp )
2- target_link_libraries (tests_tutorial ${catkin_LIBRARIES} ${Boost_LIBRARIES} )
3- install (TARGETS tests_tutorial DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} )
1+ if (CATKIN_ENABLE_TESTING)
2+ catkin_add_gtest (tests_tutorial test /tests.cpp )
3+ target_link_libraries (tests_tutorial ${catkin_LIBRARIES} ${Boost_LIBRARIES} )
4+ endif ()
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ From the package `panda_moveit_config <https://github.com/ros-planning/panda_mov
2929
3030From the package `moveit_resources <https://github.com/ros-planning/moveit_resources >`_: ::
3131
32- roslaunch moveit_resources demo.launch
32+ roslaunch moveit_resources_fanuc_moveit_config demo.launch
3333
3434Unit Tests
3535----------
Original file line number Diff line number Diff line change 4747 <run_depend >tf2_eigen</run_depend >
4848 <run_depend >tf2_geometry_msgs</run_depend >
4949
50- <test_depend >moveit_resources </test_depend >
50+ <test_depend >moveit_resources_panda_moveit_config </test_depend >
5151
5252</package >
You can’t perform that action at this time.
0 commit comments