Simon Hancock
Simon Hancock
I was looking into doing an update to the Wireshark plugin to show the units of the data being displayed, and in the case of some particularly obscure units, to...
Relates to https://github.com/mavlink/mavlink/issues/2062, point 2. > 2/ Satellite Azimuth unit doesn't consider scale factor The satellite_azimuth field of the GPS_STATUS message has a unit of "deg", but the description says...
The aim of this PR is to fix #725 and fix mavlink/mavlink#1946 ### Current situation: At present when a user calls the `mavlink_msg__pack` function on a message containing char[n] fields,...
The issue is a spin-off from: #852. As and when Mavlink uses the high 32-bits of any 64-bit bitfield, the generated Wireshark LUA script will error when it is loaded...
If a binary file is passed to the DFReader_is_text_log function, there is a good chance that it will throw an exception, as it attempts to interpret the binary data as...
## Feature request According to the list dumped out by the Autotest log, there are a number of log messages without documentation. It would be nice to add details of...
When trying to use mavgen.py with "JavaScript_NextGen" language, on Windows I was getting the following error: ``` Traceback (most recent call last): File "C:\Users\shanc\linkingdrones\mavlink\pymavlink\tools\mavgen.py", line 30, in ok = mavgen.mavgen(args,...