-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
Avoidance test failing since sitl-gazebo submodule update #13123
Comments
@TSC21 do you have any clue what could have gone wrong? |
It does not seem to be that same bug, the one you refer to was caused by bumping the CI container. The one I observe is only present since the mentioned commit of the sitl_gazebo update. |
@baumanta I don't see anything on sitl_gazebo that may cause a potential bug. Can you please describe what errors do you see? Have you tried to run the simulation with |
Besides, all the other tests on CI using Gazebo run as they should. So this needs to be tracked to the exact usage of Gazebo for Avoidance. |
the avoidance tests are the only tests that simulate a camera and that has numerous implications. |
So let's track them. |
update: the bug seems to be present on 18.04 and 16.04. It seems to be a corner case in the model spawning. Models containing lidars as well as depth cameras do not work. Both elements individually seem to be fine |
@dagar - please read my comment above |
As we spoke, I am bisecting this directly on the code blocks. This is a corner case on models that contain both lidar (and probably sonar models) together with depth camera models. The same problem does not happen when the model include just the lidar or just the depth camera. So that's why this only happens with the avoidance models. The changes on the gazebo lidar plugin may be causing this, but it's not confirmed. After the source is found, sitl_gazebo will be updated again. |
Was this issue resolved with #13151 ? |
fixed by #13113 |
Since commit
commit 91badce
Author: TSC21 n.marques21@hotmail.com
Date: Sun Oct 6 11:01:45 2019 +0100
The PX4/avoidance cannot be run anymore. Gazebo does not start up without giving any error message.
Running under Ubuntu 16.04 with gazebo7
The text was updated successfully, but these errors were encountered: