Added Logic to flag pointcloud if invalid point is Detected#180
Conversation
cd1ac9e to
821bd79
Compare
Signed-off-by: Carlos Mendes <carlos.mendes@mov.ai>
821bd79 to
e44ad43
Compare
Signed-off-by: Carlos Mendes <carlos.mendes@mov.ai>
iche033
left a comment
There was a problem hiding this comment.
looks good to me, thanks for the fix.
Codecov Report
@@ Coverage Diff @@
## ign-sensors6 #180 +/- ##
================================================
+ Coverage 76.01% 76.04% +0.02%
================================================
Files 27 27
Lines 2760 2763 +3
================================================
+ Hits 2098 2101 +3
Misses 662 662
Continue to review full report at Codecov.
|
chapulina
left a comment
There was a problem hiding this comment.
Thanks! Should we update the migration guide explaining that the behaviour will change in the next 6.X release?
Co-authored-by: Louise Poubel <louise@openrobotics.org> Signed-off-by: Carlos Mendes <carlos.mendes@mov.ai>
9f738ae to
c7956da
Compare
|
@chapulina will you update afterwards? Regarding the merge, will you handle it? |
|
@carlos-m159 , do you mind adding a note to Migration.md? You can add a new section "Ignition Sensors 6.0.1 to 6.X.X", and we update the Once you do it I can merge it |
Signed-off-by: Carlos Mendes <carlos.mendes@mov.ai>
|
@chapulina Migration doc updated. |
|
This pull request has been mentioned on Gazebo Community. There might be relevant details there: https://community.gazebosim.org/t/new-ignition-releases-2022-01-10/1228/1 |
🦟 Bug fix
Fixes #179
Summary
Currently, when filling pointcloud message, the is_dense field is always set to true. According to the definition used by PCL, a pointcloud should be considered dense if all point are valid (i.e. not NaN nor +/-INF). Please refer to the linked issue to understand the common problem that this can cause when using PCL lib.
Checklist
codecheckpassed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-bymessages.