Skip to content

Commit 56276a8

Browse files
v4hnrhaschke
authored andcommitted
Adapt to splitted moveit_resources layout (#507)
1 parent 8f000ae commit 56276a8

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

doc/tests/CMakeLists.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
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()

doc/tests/tests_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ From the package `panda_moveit_config <https://github.com/ros-planning/panda_mov
2929

3030
From 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

3434
Unit Tests
3535
----------

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
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>

0 commit comments

Comments
 (0)