- May 28, 2016
-
-
Lorenz Meier authored
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
The FC_ADDON drivers are shared libraries that have PX4 wrappers. The wrappers are built as modules which are static libraries and cannot have shared library dependencies. The shared libraries are required to resolve the symbols at runtime and need to be linked with the libmainapp shared library. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Paul Riseborough authored
Previous did not match the matlab simulation in: https://github.com/priseborough/InertialNav/blob/master/models/imu_error_modelling.m
-
Julian Oes authored
The name uart_esc was initially taken by Qualcomm's UART ESC driver but then got changed into the current mavlink ESC/RC helper. Since the uart_esc is still around, we should prevent the names clashing.
-
Julian Oes authored
-
Julian Oes authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- May 27, 2016
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Jimmy Johnson authored
-
Jimmy Johnson authored
-
Beat Küng authored
-
Andreas Antener authored
-
Andreas Antener authored
-
Julian Oes authored
* accelsim: add debug output like in gyrosim * DriverFramework: update submodule This brings lower CPU usage because of scheduling in us instead of ms.
-
Julian Oes authored
-
Paul Riseborough authored
* ekf2: Update tuning parameter documentation * ecl: update submodule reference Enables selection of a new output predictor method
-
- May 26, 2016
-
-
Pavel Kirienko authored
* Increased uavcan stack size; the old value of 1800 was insufficient * Removed a misleading warning message from uavcan servers initialization
-
Julian Oes authored
This fixes a bug where the accelsim and gyrosim were conflicting with work handles which lead to a state where no gyro data was published.
-
Lorenz Meier authored
-
- May 25, 2016
-
-
David Sidrane authored
* Insupport merging Spread the checks multiline lists * Removed long line of checks
-
Lorenz Meier authored
-
Julian Oes authored
Since orb_exist doesn't work on the Snapdragon Linux side, we need to do an additional orb_check after the orb_subscribe_multi, otherwise we copy garbage. The segfault was triggered by a count/length information about ESC packets which lead to access outside the struct in the garbage case.
-
Lorenz Meier authored
-
- May 23, 2016