PX4 / jMAVSim

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

Fix HIL_SENSOR bitmask set #110

Closed TSC21 closed 4 years ago

TSC21 commented 4 years ago

This follows https://github.com/PX4/Firmware/pull/14228 changes to make jMAVSim compatible as well. Though, in the case of jMAVSim, the implementation is kept the same way, which means that the sensors are published at the same rate. Can be followed by a new PR to fix that.

@bresch can you test as well? Thanks!