moveit / moveit_ros

THIS REPO HAS MOVED TO https://github.com/ros-planning/moveit
69 stars 118 forks source link

Add rostest dependency #680

Closed ammarnajjar closed 8 years ago

ammarnajjar commented 8 years ago

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.