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

depth_image_proc: fix support for mono16 intensity encoding in point_cloud_xyzi node #352

Merged
merged 1 commit into from
Jul 15, 2019

Conversation

SJamieson
Copy link

@SJamieson SJamieson commented Aug 8, 2018

There is a conditional that previously would always evaluate to true, regardless of the inputs. Fixes #353

@JWhitleyWork
Copy link
Collaborator

@SJamieson - Thank you for the PR! I know it's a bit old, but would you mind changing your base for the PR to melodic and rebasing on that branch?

@JWhitleyWork JWhitleyWork changed the base branch from indigo to melodic April 25, 2019 14:22
@SteveMacenski
Copy link
Member

@JWhitleyAStuff is this good to go?

Copy link
Collaborator

@JWhitleyWork JWhitleyWork left a comment

Choose a reason for hiding this comment

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

All good for me!

@JWhitleyWork
Copy link
Collaborator

I just realized that this is still using the old CI. @SJamieson - Can you please rebase your branch (or merge) on melodic so you get the new CI? I want to make sure it passes.

@SteveMacenski
Copy link
Member

@JWhitleyAStuff its targeted to melodic and its a 1 line change with a logical operator, I think we can just merge it.

@JWhitleyWork
Copy link
Collaborator

True. CI won't tell us much.

@SteveMacenski SteveMacenski merged commit 2177b76 into ros-perception:melodic Jul 15, 2019
@SteveMacenski
Copy link
Member

Done

@JWhitleyWork
Copy link
Collaborator

Sorry, @SteveMacenski - it wouldn't let me merge it on my phone.

@SteveMacenski
Copy link
Member

No worries :-)

@juniorschen
Copy link

@SteveMacenski One of the most used versions is still kinetic, really sad for not having been merged into this one too

@SteveMacenski
Copy link
Member

Frankly, Kinetic is so old I would want to avoid any updates to Kinetic for fears that it could break the existing binaries in more serious ways. I don't even have a 16.04 machine (or even an 18.04 machine anymore for that fact).

@SJamieson
Copy link
Author

My apologies @SteveMacenski and @JWhitleyWork, I don't know why I didn't get notified of your earlier messages but I'm happy and thankful to see that it worked out :)

@juniorschen
Copy link

@SteveMacenski
I understand how difficult it must be to continue supporting the legacy after so long, but it is I had so many problems with melodic, kinecti has always worked so well, but thanks for the quick response, I will do the local build to use

@juniorschen
Copy link

@SteveMacenski
Could you tell me how buiild works? is there a branch for kinetic release?

@SJamieson SJamieson deleted the indigo branch November 19, 2020 23:12
@JWhitleyWork
Copy link
Collaborator

@juniorschen @SteveMacenski No longer maintains this repository - I have taken over as the primary maintainer. Regarding Kinetic, yes, there is a kinetic branch. However, given that kinetic will be EOL in 5 months, we are only accepting bug fixes for this distribution, and only those that do not change the API. I highly recommend you move to melodic or noetic (which will be the final ROS1 release).

@juniorschen
Copy link

@JWhitleyWork
Ok, I followed the recommendation and everything worked well, thank you very much for the quick answers, by the way I'm doing a project, I would like to understand better from what concept the image_pipeline algorithms work, do you have any articles about? I am mainly interested in converting point_cloud to laser

@JWhitleyWork
Copy link
Collaborator

Do you mean sensor_msgs/PointCloud2 to sensor_msgs/LaserScan? If so, this is not something that image_pipeline does as that conversion does not involve any images.

@juniorschen
Copy link

@JWhitleyWork
Oh yes, I am using depth_img_proc to get the cloud, by sequence I transformed it into a laser, I wanted to know what foundation or technique was used for the cloud algorithm, so I asked if you have any type of article

@JWhitleyWork
Copy link
Collaborator

I'm sorry but I can't help. This is probably best handled on ROS Answers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

depth_image_proc has a broken conditional when checking supported encodings
4 participants