Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing run depends for [robot|joint]_state_publisher #14

Merged
merged 1 commit into from
Sep 14, 2016

Conversation

davetcoleman
Copy link
Member

In moveit/moveit#214 I switched our CI to build off of ros-base instead of ros-desktop-full. This means many ROS packages are not installed by default, which uncovered missing dependencies in the python move_group test causing travis to fail:

FAILURE: Test Fixture Nodes ['joint_state_publisher', 'robot_state_publisher'] failed to launch
  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/opt/ros/kinetic/lib/python2.7/dist-packages/rostest/runner.py", line 121, in fn
    self.assert_(not failed, "Test Fixture Nodes %s failed to launch"%failed)
  File "/usr/lib/python2.7/unittest/case.py", line 422, in assertTrue
    raise self.failureException(msg)

Should fix moveit/moveit#209

@v4hn
Copy link
Contributor

v4hn commented Sep 14, 2016

This raised a rosdep error. Please have a look

@davetcoleman
Copy link
Member Author

that looks like an error with rosdep / ros servers. i just retriggered the build, on my local kinetic docker ros-kinetic-robot-state-publisher installed fine...

@davetcoleman
Copy link
Member Author

I found the fix: moveit/moveit#218

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants