-
Notifications
You must be signed in to change notification settings - Fork 60
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
Update collada_urdf repo url #95
Conversation
Updates the url to the collada_urdf upstream repository
tested this change in an indigo docker container and I can confirm it fixes the problem.
Indeed scripts should not rely on hardcoded path in general. In this case I agree that it's not expected that this package changes location before Indigo goes End of life so 👍 for the current fix |
@k-okada what's the best way to get a successful travis build? Looks like it failed because the new repo doesn't have a
|
see #96 for workaround for #94, but another fix is to revert ros/robot_model#197, https://github.com/ros/rosdistro/pull/14898/files and https://github.com/ros/rosdistro/pull/14859/files, I could understand what you're going to do in ros/robot_model#195, That's OK. But that's is Lunar or (kinetic-devel) problem, not Indigo nor Jade (indigo-devel). Indigo is released on 2014 and will be used until 2019. so it's already middle of life and working well until now for everyone.
Best |
I agree that packages must keep a stable interface during releases. The question then becomes what interfaces must maintainers guarantee. I think the location of the source code shouldn't be one of them. In general a maintainer can't guarantee github will still be around in 2019. In this case I'm concerned maintaining I think a maintainer also can't guarantee code changes will not conflict with downstream patches. In the worst case an upstream change to |
Since it's been a while, I'll assume this is PR isn't needed anymore and close it. |
… --
◉ Kei Okada
2019年2月28日(木) 7:40 Shane Loretz <[email protected]>:
Since it's been a while, I'll assume this is PR isn't needed anymore and
close it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#95 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAeG3NODrkUxBGACnXRy95n5nSjQwgjJks5vRwlGgaJpZM4NSjNQ>
.
|
Updates the url to the upstream repository containing collada_urdf.
Solves #94
A more robust fix would use rosinstall_generator and rosinstall to download the source. Realistically the collada_urdf package is not going to move again prior to indigo EOL, so the extra effort would be wasted.
cc @mikaelarguedas