-
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
"ekf2 stop" get stuck in SITL #14805
Comments
@airopti this is because by default PX4 SITL is running lockstep with the simulator, which means simulated sensor data making a round trip through the system and back out as actuator controls. |
But the waiting time seems to be infinite, it just get stuck there, is it normal? |
@airopti yes that's expected. Alternatively, you can try without lockstep (see https://dev.px4.io/master/en/simulation/#disable-lockstep-simulation). |
Thank you so much, this solved my problem. |
Describe the bug
I am running SITL, when trying to stop the EKF by
ekf2 stop
, the Gazebo simulation get stuck and there is no any feedback information.System
To Reproduce
Steps to reproduce the behavior:
roslaunch px4 mavros_posix_sitl.launch
ekf2 status
, can get some feedbackekf2 stop
, the simulation get stuck and there is no any feedback information.ekf2 stop
The text was updated successfully, but these errors were encountered: