Two MavLink 1.0 messages have wrong timestamps. More specifically:
- send_attitude (line 109 GCS_Mavlink): should be millis() (not micros);
- send_raw_imu2 (line 470 GCS_Mavlink): should be millis() (not micros);
What version of the product are you using? On what operating system?
2.28 or 2.30
Please provide any additional information below.
The wrong timestamps cause plotting problems in qground control, since these
two messages are out of sync with the rest.
Thank you.
Original issue reported on code.google.com by pdrsanto...@gmail.com on 22 Mar 2012 at 9:09
Original issue reported on code.google.com by
pdrsanto...@gmail.com
on 22 Mar 2012 at 9:09