-
Notifications
You must be signed in to change notification settings - Fork 80
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
ros_control API changes in Kinetic #72
Comments
That'd be great to have already. There has been no official release of this package in any distro, and furthermore, I never liked the devel-branch-per-distro thing so common in ROS-wise repos ;) I'd tell you to PR in So give me a few days to sort out what's missing to merge it so we can move on with this. Thanks ! |
Sure, I'll add some more changes I didn't notice at first (i.e. About the development branches vs tags, don't you think keeping |
You said the magic word, only if you are a believer of backporting, which makes sense for bigger software following LTS releases, like Ubuntu, or for critical or security issues, which it is none of these in this case, I think. I believe it is better for people to add functionality or even fix bugs on top of the latest, otherwise you might end-up also cherry-picking stuff from people working on previous versions to newer versions, which is very error-prone. It is open-source, so anyone is free to cherry-pick back at his/her own risk on his/her fork if a fix or a functionality is needed while using the package in a previous version of the dependency set. But as always, a lot of IMHOs, since it is a matter of development styles according to the project, which it is a nightmare anyway when dealing with dependencies, LTS, ROS, etc, etc ;) |
I''ve given a bit of thought on the development style, I think something like this could be good: Plus the policy of only rebasing&merging in This way I don't think one misses bug fixes and new features in the latest version. How do you see it? |
Looks good to me. That being said, I'm probably not the right person to vet this. My experience with git and release workflows is quite limited yet. |
Looks good to me, although I am also not the right person to vet. |
Thanks for the input @nstaub ! And sorry for the slow response !! I'm starting to move this... |
There's been a change of API for
hardware_interface::ControllerInfo
in thekinetic-devel
branch ofros_control
in order to allow controllers to use multiple hardware interfaces. This change breaks thecanSwitch
anddoSwitch
implementations here.The fix is quite straightforward, and I already made it in my fork, but it only makes sense to apply it in a Kinetic targeted branch. If you open such a branch I would be happy to open a PR with my proposed fix.
The text was updated successfully, but these errors were encountered: