- Jun 03, 2017
-
-
Daniel Agar authored
- deploy px4 metadata using target - clang scan-build upload output to s3 - clang-tidy properly check headers - add cppcheck helper - force gcc color
-
- Jun 02, 2017
-
-
Julian Oes authored
The spec of the mavlink command MAV_CMD_IMAGE_START_CAPTURE has changed.
-
Mohammed Kabir authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
There was enough margin with 200 bytes, but this change widens that to the default of 300. ;
-
Lorenz Meier authored
This was required on a BOSCH board which otherwise could end up mis-detecting the 055 and not running properly
-
Lorenz Meier authored
listener sensor_gyro 1 2 will now print one report of the third gyro (index 2). The syntax needs further polishing, but this is a valid intermediate step.
-
Lorenz Meier authored
-
- May 31, 2017
-
-
Daniel Agar authored
-
- May 30, 2017
-
-
ChristophTobler authored
-
bresch authored
the reduced thrust value
-
- May 29, 2017
-
-
Nicolae Rosia authored
Signed-off-by:
Nicolae Rosia <nicolae.rosia@gmail.com>
-
Simone Guscetti authored
-
- May 27, 2017
-
-
Lorenz Meier authored
-
Lorenz Meier authored
Commander: Relax gyro consistency check as users without temperature compensation do suffer from it.
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
sensors : map between driver rotation order and uORB instance order when recieving first mag message
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
-
Mohammed Kabir authored
rc.sensors : start external compass on v4Pro and v5 with temperature compensation and self-calibration at startup
-
- May 26, 2017
-
-
Daniel Agar authored
-
- May 25, 2017
-
-
Daniel Agar authored
-
David Sidrane authored
This backports upstrem NuttX ea7b673 - Allow dma in 1 bit mode in STM32F4xxx 17cbec1 - fix warning from ea7b673 4795d58 - Only the decoded.oid = (cid[0] >> 8) change.
-
- May 22, 2017
-
-
David Sidrane authored
This backports upstrem NuttX ea7b673 - Allow dma in 1 bit mode in STM32F4xxx 4795d58 - Only the decoded.oid = (cid[0] >> 8) change.
-
- May 20, 2017
-
-
Lorenz Meier authored
Refresh team list.
-
David Sidrane authored
Thanks to Jussi Kivilinna https://bitbucket.org/nuttx/nuttx/commits/9169ff6a15fe65ba4af134b470dbf89220274c19 stm32_serial: fix freezing serial port. Serial interrupt enable/disable functions do not disable interrupts and can freeze device when serial interrupt is received while execution is at those functions. Trivially triggered with two or more threads write to regular syslog stream and to emergency stream. In this case, freeze happens because of mismatch of priv->ie (TXEIE == 0) and actually enabled interrupts in USART registers (TXEIE == 1), which leads to unhandled TXE interrupt and causes interrupt storm for USART.
-
Paul Riseborough authored
-
Paul Riseborough authored
Adds parameters so that the motion checks used to switch between magnetic yaw and 3-axis fusion can be adjusted. Modifies the check used to determine if learned mag biases can be saved. A cumulated calibration time is used rather than continuous calibration time to allow for for switching in and out of 3-axis fusion mode that is required to do calibration.
-
Paul Riseborough authored
Filters the vertical position and 3-axis velocity innovations and sets the local and global position as invalid if they exceed limits during ARMING_STATE_STANDBY.
-
Paul Riseborough authored
Used to check if the ekf2 module is failing to keep up with the IMU data
-
Paul Riseborough authored
Reduce unnecessary length of state and covariance arrays Add time slip monitor
-