- Nov 05, 2013
-
-
Lorenz Meier authored
-
- Sep 26, 2013
-
-
Lorenz Meier authored
-
- Aug 26, 2013
-
-
Lorenz Meier authored
Fixed race issues in config upload, tested to be reliable now - board startup scripts now need the other half of testing
-
- Jul 16, 2013
-
-
Bill Bonney authored
-
- Jun 13, 2013
-
-
Michael Carpenter authored
Addition of requestReset to LinkInterface, to allow MavLinkProtocol to detect when connected, but at the wrong baud rate, request a reset.
-
- Jun 10, 2013
-
-
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.
-
- Jun 09, 2013
-
-
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.
-
- May 14, 2013
-
-
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
-
- Apr 25, 2013
-
-
Lorenz Meier authored
-
- Apr 17, 2013
-
-
Lorenz Meier authored
-
- Apr 16, 2013
-
-
Lorenz Meier authored
-
- Apr 11, 2013
-
-
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
-
- Sep 16, 2012
-
-
Lorenz Meier authored
-
- Sep 13, 2012
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Sep 07, 2012
-
-
Lorenz Meier authored
-
- Apr 17, 2012
-
-
LM authored
-
- Mar 06, 2012
-
-
LM authored
-
- Mar 01, 2012
-
-
Lorenz Meier authored
-
- Feb 26, 2012
-
-
Lorenz Meier authored
-
- Feb 20, 2012
-
-
LM authored
-
- Feb 18, 2012
-
-
TobiasSimon authored
-
TobiasSimon authored
-
- Feb 14, 2012
-
-
Bryant Mairs authored
Refactored part of MAVLinkProtocol::receiveBytes() as I was trying to debug within it. Nothing major, though I did remove an unnecessary loop.
-
- Feb 13, 2012
-
-
hengli authored
-
- Feb 08, 2012
-
-
LM authored
-
- Feb 07, 2012
-
-
hengli authored
Code changes to reflect new header information (sysid, compid, timestamp) in protobuf messages. Added protobuf message timeout; old messages will not be visualized. Fixed getParameterValue in ParamManager; the method can segfault if the component id or parameter id is not valid.
-
- Jan 11, 2012
-
-
LM authored
-
- Jan 09, 2012
-
-
LM authored
-
- Dec 12, 2011
-
-
pixhawk authored
-
- Dec 10, 2011
-
-
Lionel Heng authored
-
Lionel Heng authored
Enabled visualization of point cloud data via Protocol Buffers serialization and extended_mavlink_message.
-
- Dec 09, 2011
-
-
hengli authored
-
- Oct 07, 2011
-
-
LM authored
-
- Sep 20, 2011
-
-
LM authored
Fixed roll angle in Google earth, still not smooth. Fixed a number of threading issues. Fixed all custom widget related bugs. Improved MAVLink decoder. Reduced CPU usage substantially across all views
-
- Sep 15, 2011
-
-
pixhawk authored
-
- Sep 02, 2011
-
-
lm authored
-