PX4 / jMAVSim

Simple multirotor simulator with MAVLink protocol support
BSD 3-Clause "New" or "Revised" License
82 stars 207 forks source link

Simulator: reduce default rate #88

Closed julianoes closed 5 years ago

julianoes commented 5 years ago

For lockstep we use a default rate of 250 Hz. Therefore, it makes sense to use this as a deafult rate as well. That way we can start it without passing on any options and it will work out of the box.

Fixes starting with:

./Tools/jmavsim_run.sh

and:

(cd build/px4_sitl_default && ninja none)