mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
[gz-bridge] fix GZ timeout for slow starting simulations (#22195)
Signed-off-by: Beniamino Pozzan <beniamino.pozzan@gmail.com>
This commit is contained in:
parent
ad36b9add7
commit
2d3238dfbe
@ -282,7 +282,7 @@ int GZBridge::task_spawn(int argc, char *argv[])
|
||||
|
||||
#if defined(ENABLE_LOCKSTEP_SCHEDULER)
|
||||
// lockstep scheduler wait for initial clock set before returning
|
||||
int sleep_count_limit = 1000;
|
||||
int sleep_count_limit = 10000;
|
||||
|
||||
while ((instance->world_time_us() == 0) && sleep_count_limit > 0) {
|
||||
// wait for first clock message
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user