Are there plans for a community supported ROS 1 release after Noetic?

@gavanderhoorn : I totally agree with all of your points, that was a very insightful post.

Two more points why people don’t submit enough PRs IMO:

  1. "This PR works for my use case": Oftentimes people fix or enhance something so that it works for their use case and then just “throw a PR over the fence” and expect the maintainers to be happy. However, it’s the maintainer’s responsibility to make sure that every new PR actually works with all use cases of a repo. It’s sort of understandable that people don’t want to spend effort on making their code work with use cases that are of no interest to them; on the other hand, if the maintainer would just merge half-baked solutions all the time, the overall quality of the repo would plummet. (Example: I’ve recently submitted a PR to vision_opencv that implements unrectifyImage. I spent almost two extra days to make it work with binning and ROI, even though I don’t use these features. I can kind of understand if not everyone is motivated enough to do this.)

  2. There are already tons of unmerged PRs: Many ROS repos are under-maintained. I.e., the maintainers don’t have enough time to review PRs in a timely manner. I can fully understand this and am guilty of it myself for the repos that I maintain. However, whenever I’m about to submit a PR, I always first check the list of open PRs to see if the problem has already been solved. If I see that there are dozens of perfectly good PRs that haven’t been merged in two years, I often don’t even bother to put the work in to prepare a PR, since it’s very likely to just be ignored. By “putting the work in” I don’t mean submitting the PR (that takes 20 seconds), it means cleaning it up and making sure that it actually works with all use cases.

Since the nav stack was mentioned earlier: It currently has 35 open PRs, with some great examples for both points 1 and 2.

I have no idea how to fix problem 1. As for problem 2: It would be great if more qualified people would volunteer to maintain some ROS packages, and starting to review open PRs (even if you’re not a maintainer yet) is a great way to get started.

6 Likes

In my experience, this is more of a corporate way of doing things rather than the individual. I think the corporations feel that too much giving back might expose their intent even if the individual item they are giving-back is non-competitive.

I don’t think that it is always the fault of the companies that they do not have time to create a PR. Sometimes the maintainer just does not respond.
Or sometimes a Pull Request can not be merged because it does change a message.

I fully acknowledge this in my earlier comment – or at least I tried to.

This is not a let’s-bash-companies thread.

From my personal experience however I believe the number of cases where there is no contribution (for whatever reason) is far larger than contributions not getting merged.

3 Likes