intel / mavlink-vehicles

A Mavlink wrapper dedicated to the most common messages that are exchanged between an air vehicle and a ground station
Apache License 2.0
6 stars 9 forks source link

Fix is_timedout() #23

Closed guiccbr closed 8 years ago

guiccbr commented 8 years ago

Closes #22

Consider timedout when current_time - timestamp >= timeout and not only when current_time - timestamp > timeout.

Signed-off-by: Guilherme Campos Camargo guilherme.campos.camargo@intel.com

guiccbr commented 8 years ago

Commited in PX4 pull request.