- 10 Jun, 2013 4 commits
-
-
Bryant authored
-
Bryant authored
Changed many functions in the abstract *Link classes to be const. This facilitates setting other functions as const. The metadata for specific links are reset when the links are added.
-
Bryant authored
The details on the success/errors for the MAVLink protocols are now shown for each link as tooltips that are updated every 5s. Values are currently wrong and unsure why as of yet.
-
Bryant authored
Partway through refactoring of UAS deletion. This is in order to actually support removing UASes from QGC, which is currently impossible.
-
- 05 Jun, 2013 1 commit
-
-
Michael Carpenter authored
-
- 04 Jun, 2013 1 commit
-
-
Michael Carpenter authored
-
- 24 May, 2013 1 commit
-
-
Lorenz Meier authored
HIL config improvements, fixed confusion about which dock widget is part of which view, main window behaving now
-
- 15 May, 2013 1 commit
-
-
Michael Carpenter authored
Changes for new calibration in APM 3.0 (Re: https://github.com/diydrones/MissionPlanner/issues/38), and change in some of the serial timeouts
-
- 14 May, 2013 3 commits
-
-
Michael Carpenter authored
-
Michael Carpenter authored
-
Michael Carpenter authored
Addition of requesting status updates from APM, if APM is in a state with no status updates, this will request them
-
- 26 Apr, 2013 1 commit
-
-
Lorenz Meier authored
-
- 25 Apr, 2013 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 23 Apr, 2013 1 commit
-
-
Lorenz Meier authored
-
- 22 Apr, 2013 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 21 Apr, 2013 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 17 Apr, 2013 1 commit
-
-
Lorenz Meier authored
-
- 16 Apr, 2013 1 commit
-
-
Lorenz Meier authored
-
- 11 Apr, 2013 1 commit
-
-
Christopher Hrabia authored
The reason for this is, because the last change in the file structure is buggy, it was only written the message length of the buffer to the file and missed to add the length for the timestamp. For fixing this problem it would be possible to insert something like len += sizeof(quint64); after: int len = mavlink_msg_to_send_buffer(buf+sizeof(quint64), &message); But I think a consistent file structure has more adavatages for a logfile over a more compressed structure. E.g. it would be necessary to go through all packages to proceed a jump during a replay. Additional the LogPlayer was not updated during the last 7 month since the logfile structure was changed (even it was buggy)... If filesize is really a problem I would recommend to change the logfile handling in a way of writting a temporary consistend logfile and compress it afterwards (QCompress) like done by many programs
-
- 07 Apr, 2013 1 commit
-
-
Lorenz Meier authored
-
- 04 Apr, 2013 1 commit
-
-
Lorenz Meier authored
-
- 03 Apr, 2013 1 commit
-
-
Lorenz Meier authored
-
- 02 Apr, 2013 1 commit
-
-
Lorenz Meier authored
-
- 26 Mar, 2013 1 commit
-
-
Lorenz Meier authored
First stab at JSBSim interface, compiling, operational, but needs the correct startup folders and arguments
-
- 20 Mar, 2013 1 commit
-
-
Thomas Gubler authored
fix hardcoded start of fgfs and terrasync, use system environment variables for linux distro independence
-
- 09 Jan, 2013 1 commit
-
-
Lorenz Meier authored
-
- 27 Dec, 2012 1 commit
-
-
jgoppert authored
-
- 23 Dec, 2012 1 commit
-
-
Lorenz Meier authored
-
- 10 Dec, 2012 3 commits
- 03 Dec, 2012 2 commits
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- 28 Nov, 2012 3 commits
-
-
Lorenz Meier authored
-
James Goppert authored
-
Lorenz Meier authored
-
- 27 Nov, 2012 1 commit
-
-
Lorenz Meier authored
-