- Apr 24, 2014
-
-
Anton Babushkin authored
-
- Apr 23, 2014
-
-
Anton Babushkin authored
-
- Apr 22, 2014
-
-
Anton Babushkin authored
-
Lorenz Meier authored
mavlink: Start the same in HIL mode as in normal mode. Requires all HIL ...
-
Lorenz Meier authored
Revert "HIL: Increased MAVLink link wait time based on previous experience that this is timing sensitive." This reverts commit 78bf7ed9.
-
Lorenz Meier authored
Reduce data manager SD card wear and tear
-
Jean Cyr authored
When the data manager was first designed each file record contained a 2 byte header and an 126 byte data section, resulting in a record length of 128 bytes. Along the way it was decided to add 2 spare bytes to the record header, but regrettably the data section was not correspondingly reduced in size so we end up with a record length of 130 bytes. This is bad since it does not align with SD card flash sectors and results in more erase/write flash cycles than necessary thus reducing the SD cards life. This update reduced the data section of the data manager to 124, resulting in an optimal record length of 128 bytes. In order to avoid the reuse of data previously written data in the old format, which could result in catastrophic misinterpretation, the data manager file is checked at startup. If it is found to be in the old format, it is deleted and recreated with in the new record length. In this case previously stored data is lost, but that is far safer than the unpredictable result of using the old file.
-
Lorenz Meier authored
commander: Also publish battery status in HIL, since we have a fake batt...
-
Lorenz Meier authored
commander: Also publish battery status in HIL, since we have a fake battery available and the system freaks out without knowing its main supply
-
Lorenz Meier authored
Lpos logfix
-
Lorenz Meier authored
HIL: Increased MAVLink link wait time based on previous experience that ...
-
Lorenz Meier authored
-
Lorenz Meier authored
mavlink: Start the same in HIL mode as in normal mode. Requires all HIL tools to run sh /etc/init.d/rc.usb now. Improve UART error handling
-
- Apr 21, 2014
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
mavlink: remaining battery scaling fixed
-
Anton Babushkin authored
-
- Apr 20, 2014
-
-
Lorenz Meier authored
-
Lorenz Meier authored
Mavlink range finder
-
Lorenz Meier authored
-
- Apr 19, 2014
-
-
Lorenz Meier authored
pauls estimator: Added NaN guard before publishing
-
Lorenz Meier authored
Blinkm fix
-
Lorenz Meier authored
Hotfix to PX4IO uploader. There are no known mishaps due to it, but very...
-
- Apr 18, 2014
-
-
Lorenz Meier authored
fix mission topic bug, clearer naming
-
Julian Oes authored
-
- Apr 17, 2014
-
-
TickTock- authored
Fixed blinkm state indication (was not properly reporting flight mode). Added flashing orange safety disarmed state indicator and solid blue failsafe indicator. Changed safety on state to solid cyan. Increased LiPo cellcount support to 6.
-
- Apr 15, 2014
-
-
Lorenz Meier authored
Hotfix to PX4IO uploader. There are no known mishaps due to it, but very clearly the IO firmware flashing process should be verified after an upload.
-
- Apr 14, 2014
-
-
Lorenz Meier authored
startup: cleanup of cox mixer files (Thanks Rune)
-
Julian Oes authored
-
- Apr 13, 2014
-
-
Lorenz Meier authored
Added a -w option to mavlink, added vicon messages to stream.
-
Lorenz Meier authored
-
Lorenz Meier authored
Untangled local pos and distance messages, now sending distance messages only for actual distance measuring devices
-
Lorenz Meier authored
mavlink: Change to size optimization
-
Lorenz Meier authored
mavlink: Updated protocol files
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Apr 10, 2014
-
-
Helen Oleynikova authored
-