gazebosim / gz-sim

Open source robotics simulator. The latest version of Gazebo.
https://gazebosim.org
Apache License 2.0
730 stars 272 forks source link

Fix elevator system crash when empty laser scan msg is received. #2540

Closed iche033 closed 3 months ago

iche033 commented 3 months ago

🦟 Bug fix

Fixes https://github.com/gazebosim/gz-sim/issues/2531

Summary

See https://github.com/gazebosim/gz-sim/issues/2531 for instructions on reproducing the crash.

Added a check for non-empty laser scan ranges before accessing the elements.

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.