We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you have manifest.xml and runs python -c "import roslib; roslib.load_manifest('openhrp3')", it fails with
python -c "import roslib; roslib.load_manifest('openhrp3')"
File "/usr/lib/pymodules/python2.7/rospkg/rospack.py", line 190, in get_path raise ResourceNotFound(name, ros_paths=self._ros_paths) rospkg.common.ResourceNotFound: roslang ROS path [0]=/opt/ros/hydro/share/ros
so we need to add depends to roslang,.
https://travis-ci.org/start-jsk/openhrp3/jobs/20708671
The text was updated successfully, but these errors were encountered:
merged in #31
Sorry, something went wrong.
No branches or pull requests
If you have manifest.xml and runs
python -c "import roslib; roslib.load_manifest('openhrp3')"
, it fails withso we need to add depends to roslang,.
https://travis-ci.org/start-jsk/openhrp3/jobs/20708671
The text was updated successfully, but these errors were encountered: