Skip to content
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

Initial commit: Exchange boolean full_dp to integer sgbm_mode. #945

Merged

Conversation

PabloDArandaR
Copy link
Contributor

This PR aims to solve the issue #582. Currently, only the SGBM and HH modes are allowed. To change this behavior, I switched the full_dp boolean parameter to the sgbm_mode parameter. This could be problematic for some users that are currently using the full_dp parameter.

Copy link
Member

@mikeferguson mikeferguson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the contribution - code looks good - we just need to update the documentation:

@PabloDArandaR
Copy link
Contributor Author

5.0.1 (####-##-##)
------------------
* Breaking change: deleted full_dp parameter and created new parameter sgbm_mode to select the algorithm for stereo matching (`https://github.com/ros-perception/image_pipeline/issues/582`)
* Contributors: Pablo David Aranda
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah - this part is autogenerated - we can revert the changes to this file (it will get added when I do the next release - but editing it manually like this actually breaks the release tools).

The file I was asking to update is the actual documentation that we use for big changes between releases (so that when you upgrade from say humble/iron->jazzy, you know what changed) - that gets rendered here: http://docs.ros.org/en/rolling/p/image_pipeline/changelog.html - and comes from the file previously mentioned here https://github.com/ros-perception/image_pipeline/blob/rolling/image_pipeline/doc/changelog.rst - and yes, it's in a different "package" - because image_pipeline is the "metapackage" that rolls up all of these. When the Jazzy release gets closer, we'll end up also linking this page into the main documentation - in a page like this: http://docs.ros.org/en/rolling/Releases/Release-Iron-Irwini.html#changes-since-the-humble-release

I've added notes about this to #946 - where I'm going to update our CONTRIBUTIONS.md file so these sort of things are better documented

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, in the meanwhile I will add it to that file in the section that describes the changes between Iron and Jazzy, but the changes are being merged into the rolling branch, should I change the target?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rolling is the correct branch - Jazzy doesn't exist yet (the buildfarm will come on line in probably 3-4 weeks, and then we can make initial releases into Jazzy, although we typically wait to fork off a branch until we are really forced to since every extra branch adds to the maintainer overhead)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, all the changes are done then.

@mikeferguson mikeferguson merged commit 1ac3711 into ros-perception:rolling Feb 19, 2024
3 checks passed
CursedRock17 added a commit to CursedRock17/image_pipeline that referenced this pull request Feb 26, 2024
Signed-off-by: CursedRock17 <mtglucas1@gmail.com>

Revert "Initial Merging: Setting up ImageSaverNode"

This reverts commit 4534c95.

DisparityNode: replace full_dp parameter with sgbm_mode (ros-perception#945)

Previously, only the SGBM and HH modes were allowed

add invalid_depth param (ros-perception#943)

Add option to set all invalid depth pixels to a specified value, typically the maximum range.

 * Updates convertDepth parameter name and optimizes use of the parameter.
 * Updates PointCloudXYZ, PointCloudXYZI, and PointCloudXYZRGB with new invalid_depth parameter

Adding scale parameter to camera calibrator

Signed-off-by: CursedRock17 <mtglucas1@gmail.com>
@PabloDArandaR PabloDArandaR deleted the PabloDArandaRMODE_SGBM_3WAY branch February 28, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants