Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

Add rostest dependency #680

Merged
merged 1 commit into from
Jun 2, 2016
Merged

Add rostest dependency #680

merged 1 commit into from
Jun 2, 2016

Conversation

ammarnajjar
Copy link
Contributor

@ammarnajjar ammarnajjar commented Jun 2, 2016

  • OS: ubuntu 14.04 - fresh installation
  • ROS Indigo

When I try to compile the moveit packages as described in the documentations, I get the error:

CMake Error at moveit_ros/visualization/CMakeLists.txt:89 (add_rostest):
  Unknown CMake command "add_rostest".

See the complete catkin_make output
I summarized the setup steps in this script.

The line moveit_ros/visualization/CMakeLists.txt:89 requires rostest.

The patch applied here adds rostest to the dependencies for moveit_ros package.
After applying this patch, the compilation (catkin_make) passed successfully.

Please have a look at this, and advise.

@rhaschke rhaschke merged commit 3617f2e into moveit:indigo-devel Jun 2, 2016
@ammarnajjar ammarnajjar deleted the indigo-rostest-dep branch June 3, 2016 06:51
130s pushed a commit to 130s/moveit_ros that referenced this pull request Jun 3, 2016
@@ -31,6 +31,7 @@
<build_depend>moveit_ros_perception</build_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>rospy</build_depend>
<build_depend>rostest</build_depend>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

otamachan pushed a commit to otamachan/moveit_ros that referenced this pull request Oct 22, 2017
otamachan pushed a commit to otamachan/moveit_ros that referenced this pull request Oct 22, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants