- Apr 25, 2014
-
-
Anton Babushkin authored
-
Anton Babushkin authored
-
Anton Babushkin authored
-
Lorenz Meier authored
sensors: Keep looping in sensors app even if gyros do not update any mor...
-
Lorenz Meier authored
launchdetector: fix copyright header
-
Thomas Gubler authored
-
Lorenz Meier authored
Sensor error handling
-
- Apr 24, 2014
-
-
Anton Babushkin authored
-
Anton Babushkin authored
-
Lorenz Meier authored
Indoor gps simulation mode
-
Thomas Gubler authored
-
Lorenz Meier authored
add tags file to .gitignore
-
Thomas Gubler authored
-
- Apr 23, 2014
-
-
Anton Babushkin authored
-
Anton Babushkin authored
-
Thomas Gubler authored
-
Thomas Gubler authored
Conflicts: src/modules/mavlink/mavlink_receiver.cpp
-
Anton Babushkin authored
-
Anton Babushkin authored
-
Anton Babushkin authored
-
Anton Babushkin authored
-
Anton Babushkin authored
-
- Apr 22, 2014
-
-
Anton Babushkin authored
-
Anton Babushkin authored
-
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
sensors: Keep looping in sensors app even if gyros do not update any more. There are lots of other reasons we might want to keep clocking the system. This resolves the RC timeout dependency in HIL.
-
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
-