-
Notifications
You must be signed in to change notification settings - Fork 466
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
LaserScan does not get display in 1.10.15 #762
Comments
@jihoonl can you provide a bag file for reproducing this? |
@tfoote please hold the sync of hydro if you haven't already done it. |
Just checked out latest source to check this out -- and found that if you set color transformer to Intensity, the points don't get transformed -- they just end up at the origin (set the points to very large, and you can see them sitting there). If you select flat or axis color, things work for me. Tested on a recent robot, and also on this bagfile which you can use: http://fergy.me/slam/2010-10-29-armadillo-cci.bag |
And by latest source, I mean 1.10.15 (I had a whole different game of fun when I forgot to switch to the hydro branch, cause the indigo branch builds but doesn't run under hydro) |
I can also see that correct points if I set color transformer as other than intensity. |
This seems like a candidate: |
Yeah, that is the problem, it seems like there is an issue with the calls to If I disable the check of the @vrabaud should we just remove the |
Since this only affects visualization of intensity for lasers, and presumably non position or color fields in point clouds I am going to wait to iterate with @vrabaud rather than reverting the commit and releasing immediately. Does that sound ok @jihoonl @mikeferguson? |
That strategy is fine for my use cases (I don't use intensity) but obviously can't speak for everyone. |
Well I should also point out that this is not in public debians for hydro yet either, indigo it is, but I imagine that affects less people at the moment. |
As long as it does not go into public, I am good too! |
ok, I made a PR to fix it: the original intent was to only do a resize without a default value if possible (I believe it is faster). |
hydro back port: #766 |
I confirmed that 1.10.14 displays laser scan properly. It seems like transform is not applied.
Version 1.10.14
Version 1.10.15
The text was updated successfully, but these errors were encountered: