jhu-lcsr-forks / rtt_ros_integration

Orocos-ROS integration libraries and tools
1 stars 2 forks source link

build_depend tags in rtt_ros_integration test packages #42

Closed meyerj closed 10 years ago

meyerj commented 10 years ago

The <build_depend> tags in tests/*/package.xml contain Orocos package names. While this might work locally, rtt_ros_integration will probably not build on the buildfarm.

All dependencies must be either in the ROS_PACKAGE_PATH or in the rosdep database:

$ rosdep install --from-path . --ignore-src
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
rtt_roscomm_tests: Cannot locate rosdep definition for [ocl-deployment]
rtt_ros_tests: Cannot locate rosdep definition for [ocl-deployment]
rtt_rospack_tests: Cannot locate rosdep definition for [ocl-deployment]
jbohren commented 10 years ago

Ah yeah, these should have been removed and replaced with just ocl.

meyerj commented 10 years ago

This was fixed in a4ad25c451796eecfb2fbb3e2c6cf1562af8b3be.