PX4 / jMAVSim

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

MAVLinkHILSystem: remove zeroBased hack for PX4 #45

Closed julianoes closed 7 years ago

julianoes commented 7 years ago

PX4 used to send hil_actuator_controls for multirotors in the range of -1..1, however, this has been changed to 0..1 (unless negative thrust would be used).

Therefore the hack for non zeroBased could be removed.

This goes together with: https://github.com/PX4/Firmware/pull/5716.