yujinrobot / kobuki_desktop

Visualisation and simulation tools for Kobuki
http://www.ros.org/wiki/kobuki_desktop
37 stars 58 forks source link

rosdistro is missing source info #29

Closed NikolausDemmel closed 10 years ago

NikolausDemmel commented 10 years ago

It seems that https://github.com/ros/rosdistro/blob/master/hydro/distribution.yaml is missing the source entry for kobuki_desktop and also others, like kobuki_core or kobuki_soft. I did not check the other ROS distros.

jihoonl commented 10 years ago

Just curious, what is source entry for? Does it do any specific job in the release process?

NikolausDemmel commented 10 years ago

Not sure about other uses, but for me it is useful in conjunction with rosinstall_generator. E.g.

$ rosinstall_generator --rosdistro hydro --repos kobuki --upstream
- git:
    local-name: kobuki
    uri: https://github.com/yujinrobot/kobuki.git
    version: 0.5.6

but rosinstall_generator --rosdistro hydro --repos kobuki_desktop --upstream errors out because of the missing entires in rosdistro.

stonier commented 10 years ago

That's one. Another is that it makes available the option to do pre-releases with the latest source instead of the latest release tarball.

jihoonl commented 10 years ago

Fixed.

NikolausDemmel commented 10 years ago

Thanks!