-
Notifications
You must be signed in to change notification settings - Fork 29
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
deprecate this project / robot_body_filter #23
Comments
@v4hn,
|
robot_body_filter is not compatible with robot_self_filter in almost no way. I highlighted the changes in https://github.com/peci1/robot_body_filter#changes-vs-pr2robot_self_filter . Except for not being compatible, it is also more complex to correctly configure. So abandoning robot_self_filter doesn't look like a good idea to me. There probably are (lots of) users who would get really sad if we broke their pipelines. I see a few possible things that could be done:
To answer to @k-okada's questions:
There are still a few hacks in the code (like https://github.com/peci1/robot_body_filter/blob/7b69ec6d5a9231adc7eb0b52c9c270903522a21c/src/utils/bodies.cpp#L1). I'm not sure if a package with such hacks is "eligible" to be promoted as the canonical solution. I've sent PRs around the eventually get rid of the hacks, but it's gonna take some time. |
It's also good to know that it's impossible to get robot_body_filter to work in kinetic, and I haven't tested it in noetic (which could, however, be easily done). |
Too bad. I guess there's also no chance you would spend time on a compatible simple interface for
All of these seem like wonderful improvements you (as the author/maintainer of robot_body_filter) could pursue to get your package advertised! As a current (orphanage) maintainer of |
@peci1 @k-okada @ipa-mjp @Martin-Oehler
The fork tree of this project reached depth four:
Can we/should we do anything about that?
Now, the situation is that @k-okada and I do have admin permissions to this repo as part of the ROS-orphaned initiative but are not involved with the code.
From my current perspective, we could simply deprecate this repository altogether if @peci1 actually maintains the - much improved - robot_body_filter repository.
Alternatively, we could just as well transfer ownership of this repository if that makes any sense.
Is the
robot_body_filter
compatible with the old package or is there a reasonable transition guideline?@k-okada apparently already released the robot_self_filter into noetic a few days ago, but we could probably pull it out again.
The most prominent thing, aside from transferring the repository, would be to add a new default branch for melodic/noetic-devel and keep only a README.md in there that forwards users to the robot_body_filter package.
The text was updated successfully, but these errors were encountered: