Skip to content

MAVez 3.5 - Timesync functionality

Choose a tag to compare

@tedtasman tedtasman released this 19 Nov 22:39
· 28 commits to main since this release

This release adds support for the MAVLink timesync protocol.

A bug was also fixed where coordinates already in integer degE7 were being multiplied by 1e7, resulting in incorrect degree representations. The coordinate constructor now determines whether a given input is in degrees or degE7 along with the provided use_int flag before converting. It will also now convert degE7 to degrees if use_int == False.