Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
init.d-posix: raise timeouts for fast SITL
When simulating with lockstep we can raise the speed by setting the env variable `PX4_SIM_SPEED_FACTOR`. Some inputs like RC, MAVLink heartbeats from a ground station, or offboard controls via MAVLink are still at the normal speed which leads to timeouts getting detected in PX4. To work around this issue we can automatically multiply the timeout parameters by the speed factor.
- Loading branch information