- May 27, 2016
-
-
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
-
-
bharathr authored
-
bharathr authored
-
jwilson authored
-
Mark Charlebois authored
See required DriverFramework change: https://github.com/PX4/DriverFramework/pull/83 Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
The following cflags must be set for the eagle builds that compile the generated IDL stubs: -Wno-missing-prototypes -Wno-missing-declarations Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
- May 22, 2016
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Beat Küng authored
It's still used in sdlog2, but once we'll depricate/remove sdlog2, we will not remove this parameter as well.
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
Instead we use o_name to get the topic name. Now the topic names are not upper case anymore in the log format. This makes it more consistent, eg. if used as a nested topic
-
Beat Küng authored
-
Beat Küng authored
this is needed for nested topics.
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
We explicitly include the timestamp. This makes it possible to change it's type later on. This breaks the current ULog logging format.
-
Andrew Tridgell authored
if override is enabled then it should apply even if RAW_PWM is being supplied by the FMU
-
Andrew Tridgell authored
this is needed to prevent inadvertent camera trigger when setting up a port
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-