ipa320 / softkinetic

This repository holds a ROS driver package for an interactive gesture camera (softkinetic).
23 stars 40 forks source link

bring in changes from hydro_dev to indigo_dev #33

Closed floweisshardt closed 9 years ago

ipa-flg commented 9 years ago

:ok_hand:

corot commented 9 years ago

mmm... I'll say that all this changes are already on PR #30. So makes sense mostly to keep a parallel history with hydro branch, right?

Btw, looks like this repo has a lot of contributors but no administrators! Should not another person with more time get merging privileges? (I must say that I have no idea who is/are the administrator(s) now; I hope nobody will take this comment in a bad way)

floweisshardt commented 9 years ago

@corot: You're right that we're missing an active maintainer for this repository. Would you like to volunteer for that? If yes, I can add you to the push group so that you can merge pull requests and close issues. Please let me know.

corot commented 9 years ago

Sure! I'm quite busy, but not that much that I cannot manage PRs and issues. Thanks.

floweisshardt commented 9 years ago

Dear Jorge, welcome to the push group for ipa320/softkinetic. We normally have the following procedure for merging PRs:

o checks that package dependencies are ok

o checks that package.xml and CMakeLists.txt is filled with reasonable data about author, maintainer, wiki page, install tags, …

o maintains the repositories meta-package (and adds new packages as dependencies to the meta-package)

o checks that no unintentionally committed files are in the PR (like ~-Files, .svn, build/, …)

o Check the functionality of the code

o Check the package.xml and CMakeLists.txt is filled with reasonable data about author, maintainer, wiki page, install tags, …

o No duplicated code is committed but correctly merged

If you need help, please let me know. Best regards, Florian

Von: Jorge Santos Simón [mailto:notifications@github.com] Gesendet: Mittwoch, 1. Oktober 2014 15:25 An: ipa320/softkinetic Cc: Weißhardt, Florian Betreff: Re: [softkinetic] bring in changes from hydro_dev to indigo_dev (#33)

Sure! I'm quite busy, but not that much that I cannot manage PRs and issues. Thanks.

— Reply to this email directly or view it on GitHubhttps://github.com/ipa320/softkinetic/pull/33#issuecomment-57462149.

floweisshardt commented 9 years ago

welcome @corot in the push-group. You should be able to process PRs and issues. Thanks for taking that over.

corot commented 9 years ago

Maybe I should have merged this before #30, because now it looks like both branches have diverged for around 30 commits, what it's not true. But it's ok, and the current status is clear:

In the mid-term, I would suggest people to move to indigo, as the benefits are notables. Or conversely, reunify both branches and let only the strictly necessary differences, once people have played around enough with the indigo version.

floweisshardt commented 9 years ago

@corot: we should try to fix that rather sooner than later. It should always be possible to merge hydro_dev into indigo_dev. There's no need that the branches need to diverge because all indigo specific changes can still be done within the indigo_dev branch. Where as new feature (not API changes) beeing contributed to hydro_dev should find their way easliy to indigo_dev. If you try to sync that manually that will be a lot of overhead.