- Apr 27, 2014
-
-
Lorenz Meier authored
mpc_local_pos + rc_timeout
-
Lorenz Meier authored
Renamed parameters which changed from RAD to DEGREES to avoid user confusion. Also made naming of the two parameters more consistent.
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Apr 26, 2014
-
-
Lorenz Meier authored
Arm/Disarm duplication removal and support for Disarm in VEHICLE_CMD_COMPONENT_ARM_DISARM
-
Lorenz Meier authored
Mag declination hotfix
-
Lorenz Meier authored
Compile pedantic
-
Lorenz Meier authored
warnings: don't spam with warning for missing field initializer
-
Julian Oes authored
-
- Apr 25, 2014
-
-
Anton Babushkin authored
-
Anton Babushkin authored
-
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.
-