-
Notifications
You must be signed in to change notification settings - Fork 85
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
towards a centralised libphidget release #44
Comments
Thanks for the suggestion! We'll discuss it and then get back to you... @ipa-bnm: What do you think? @ipa-fmw, @ipa-lth: FYI |
no problem from my side. @ipa-bnm: If we get your "go" that the two packages are compatible I can arrange thinks to drop libphidgets out of cob_driver:
|
To ensure compatibility, I would add the exact same I think it might be better to trigger Hydro/Indigo releases of Does that make sense? |
Can't argue with that. From my side this is ok. |
@muhrix I'm OK with your suggestion. Please let me know as soon as I can trigger new releases for cob_extern. |
@muhrix : That probably won't work. The |
+1 for adding an exact duplicate now and cleaning it up separately. |
True, very good point @mintar. I was trying to think of a way to cause as little disruption to An alternative would be to release the package under the name originally used within The potential problem here is for those who install BOTH |
I don't like the Another thing: If we really want to comply with REP 136, we shouldn't import libphidget into ccny-ros-pkg/phidgets_drivers. Instead, we should create a new release repository for it and follow this bloom tutorial. I've never done that, so I can't say how hard it is to maintain in the long run (right now, having dozens of branches seems a bit awkward). But at least it's the recommended way to release third-party packages, so perhaps we should give it a try. One advantage of using a separate repository would be that we could use the upstream version numbers (like |
We could use the name Let me try and organise my thoughts here. This is what (I think) we need to do:
(does it sound reasonable?) *I got in touch with people working on releasing the actual Phidgets library as .deb packages, but the roadmap is Ubuntu 15.10. Given the amount of work required to create a new release and the uncertainties involved in the maintenance, I'd rather use my time to contribute to the release of the .deb packages so we have the library as a system dependency (which I think is ideal and eventually will happen) at the cost of breaking REP 136 until then. In any case, this is step 2. |
Actually, I think we should decide now whether we want to follow REP 136 or not. Otherwise, you would have to undo everything you did in step 1. So it's not really first 1, then 2; it's 1 or 2. I'm fine with either option. Whichever option we choose, I'd suggest we pick the name "libphidget". Then we can release that package first, and when it's done, libphidgets can be dropped from +1 for getting libphidget into Debian proper; however, the Ubuntu 15.10 deadline is ambitious, and even if you make it, the earliest ROS distro where it will be available is K-Turtle in April 2016. So we'll be stuck with this solution for a while. :-) |
On Mon, Apr 13, 2015 at 07:38:12AM -0700, Murilo FM wrote:
I agree that it's a good idea to wait for the official debian package iff However, I would like to ask to support an official (and recommended) way |
the suggestion of @mintar (adding a libphidget first and then remove libphidgets) is fine for me. |
so what's the next step here? |
I think the next thing to do would be to create a separate REP 136 compliant repo called |
Whats the current status here. Is libphidgets distributed by a package other than cob_extern/libphidgets now? I'm trying to make use of both catkin packages libphidgets and phidgets_api on jade and ran into issues with the version of the library included in this repo and have patched it in PR #55 to solve my issues. |
The This way it would be enough if |
Yes, I can add That should push me to try Jade (I'm still on Indigo)... |
On Wed, Feb 24, 2016 at 10:58:24AM -0800, Murilo FM wrote:
Great!
They don't need to drop it. It would be nice though, if they agree |
@muhrix @sevenbitbyte @v4hn @mintar @ipa-fmw @ipa-bnm Well, as we said before:
Note, all this can be done without name conflict - neither in Indigo nor in Jade/Kinetic - as mentioned by @v4hn |
@muhrix : I'll do it if you can give me "write" (or better still "admin") permissions on muhrix/phidgets_drivers-release and ccny-ros-pkg/phidgets_drivers . I don't know if you can do that for ccny-ros-pkg/phidgets_drivers ; I've asked @idryanov about that long ago, but he ignored that. Sorry for spamming this issue with internal organization stuff, but it probably makes sense to keep the discussion in one place. |
libphidget21 has now been released into jade and kinetic as part of phidgets_drivers. So please remember to remove libphidgets from cob_extern before releasing into jade or kinetic. So, 2 years later, we can now finally close this issue. :) |
@mintar FYI |
@ipa-fxm Thanks for the heads up, I'll check it out when I have time! |
I've ported your changes to ros-drivers/phidgets_drivers, thanks! If you want, you can close this issue now. |
thx @mintar We'll have to discuss internally whether we now will/want to remove our libphidgets package...@ipa-bnm |
Just remember to remove |
Oops, I posted my last comment before reading yours. Don't remove libphidgets from this repo on Indigo; my libphidgets21 hasn't been released to indigo, and phidgets_imu depends on your version. On Indigo, there is only one libphidgets (in cob_extern). On Jade/Kinetic, there should also only be one libphidget21 (in phidgets_drivers). |
Hello,
I am one of the maintainers of phidgets_drivers, and we have recently released the package for Hydro and Indigo.
We used to implement a similar solution for downloading and building libphidget before releasing the package. However, some changes were made for the release, and
phidgets_drivers
now depends onlibphidgets
because you guys had already released the library and we wanted to avoid conflicts.Such changes sparkled an interesting discussion at CCNYRoboticsLab/phidgets_drivers#18.
Whilst I am aware that
libphidgets
, as it is, currently breaks REP 136, @v4hn pointed out some other disadvantages, with the outdated version of libphidget being the key criticism, and @mintar provided suggestions to overcome the issues discussed.Therefore, we were wondering whether
cob_extern
would be willing to droplibphidgets
so thatphidgets_drivers
can take over the release of the libphidget library.We believe it would make more sense for libphidget to reside in
phidgets_drivers
rather thancob_extern
, and we would also ensure the library release will benefit from bug fixes of latest versions, always testing compatibility prior to release.Would you be willing to go forward with these changes?
What are your concerns and suggestions?
Thanks!
The text was updated successfully, but these errors were encountered: