-
Notifications
You must be signed in to change notification settings - Fork 912
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
roslaunch dependency on rospkg >=1.0.37 is not encoded or handled properly #693
Comments
|
For reference, my machine currently has python-rospkg version 1.0.35-1 installed. |
I think this is the corresponding |
There is no corresponding |
Obviously that doesn't address the core issue which is the missing version dependency, but I just wanted to make sure you were aware that |
Good catch @trainman419. Because of f2a5838#diff-85d266eabfa0eb4dda9a4551c1929065R137 roslaunch needs to declare a minimum version of ropskg. |
Thanks! |
I'm working on some modifications to roslaunch; I started with the most recent version of roslaunch from the indigo-devel branch, but I'm getting errors when I try to run it:
It looks like
get_custom_cache
was introduced in rosdep quite recently.I've run
rosdep install --from-paths src -i -y -r
on my workspace, but it does not install the correct version of python-rosdep.The text was updated successfully, but these errors were encountered: