-
Notifications
You must be signed in to change notification settings - Fork 15
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
Should this package be moved to ros-drivers? #25
Comments
Hi @geoffviola. I am (supposed to be) one of the maintainers of this repo, and I apologise for not being able to more actively maintain it. I was only given write access to this repo; I cannot change any admin-related settings. This repo is already set up on bloom and the package was released for hydro and indigo. Please see https://github.com/muhrix/phidgets_drivers-release. If there is a possibility for us to migrate this package to Lastly, whether we migrate this repo to |
Yep, to actually move this repo to ros-drivers either @muhrix or me (or better still both) would need "admin" permissions on ccny-ros-pkg/phidgets_drivers . Since @idryanov has gone AWOL, and he's the only one that could give us those permissions, we're out of luck. We could of course deprecate this repo and fork it into ros-drivers, but that would be not as nice as actually moving it. A move is completely transparent to the user (they will be HTTP-forwarded to the new location if they didn't update their remote uris). |
We could move the Regarding |
Yeah, but that would be a worst case scenario. Let's wait first, perhaps @idryanov pops up again. |
Cool. I wasn't sure if this package was maintained. I was mostly hoping to get out of it kinetic support and changes from the high speed wheel encoders merged together. The big problem that I'm facing with kinetic support is that the phidgets drivers are not in the package manager in Ubuntu 16.04. |
@muhrix : If you could fix ipa320/cob_extern#44 , that would be great. I think what needs to be done is:
I can't do step 1 because I don't have write access here. It would be nice if you could do step 2 & 3 as a PR so we can test it before you merge & release. If necessary, I can do that after you create the jade branch. |
@mintar could you please test branch
The issue with releasing for If |
@muhrix I've just tested your There are a couple of differences between my branch and yours:
It's a pity you pushed your changes directly to the jade branch instead of opening a PR instead. Could you reset the jade branch to indigo? (I know you shouldn't force-push, but let's make an exception just this once because nobody's using the git checkout jade
git status # make sure you don't have any uncommitted changes, the next command will erase them
git reset --hard origin/indigo
git push --force-with-lease Then I can open a PR for my |
BTW, I've posted a message to Discourse. |
@mintar thanks a lot for posting the message!!! |
I wrote:
You were right, those should be added. I've added them to my branch. |
Sorry I didn't reply earlier. You figured why I added catkin_EXPORTED_TARGETS already. I built the package on a clean, isolated environment to ensure the dependencies were all properly defined. Thanks for pointing out the renaming of some files I missed, and also duplicate header. I'll get that sorted soon! |
Can't you just force-push my branch to the jade branch? I already did all the work of splitting into smaller commits. |
Ok, we now need to figure out how we manage the branches from now on. Here is my proposal. Objectives:
Next steps:
Agreed? |
I've just released phidgets_drivers into jade + kinetic. @muhrix : This issue can be closed. |
This repository seems unmaintained. I'm using it right now. Unless one of the authors wants to maintain it, I can do a little maintenance and maybe set it up on bloom.
The text was updated successfully, but these errors were encountered: