- Apr 24, 2019
-
-
Julian Kent authored
-
Julian Oes authored
Presumably older versions of pyserial do not implement __version__ but only VERSION, so we need to check for that as well.
-
Roman authored
on airspeed scaling Signed-off-by:
Roman <bapstroman@gmail.com>
-
Daniel Agar authored
-
Martina Rivizzigno authored
-
Martina Rivizzigno authored
the first position when the oa fails as setpoint to avoid jumps
-
Paul Riseborough authored
Inhibiting bias estimation using the EKF2_AID_MASK parameter only applies to the delta velocity bias states.
-
- Apr 23, 2019
-
-
Daniel Agar authored
-
jdzerve authored
Mavlink: Get full sensor status even if only subset has changed when composing SYS_STATUS message (#11886)
-
- Apr 21, 2019
-
- Apr 20, 2019
-
-
Julian Oes authored
This should fix the case where the driver initializes even though the device is not found. The change changes the behavior to return ERROR if the whoami call fails several times instead of returning OK. Also, the reset() and thus probe() calls are moved before initializing the ringbuffer and device name.
-
liubaoxu authored
from BPM280 to BMP280
-
- Apr 18, 2019
-
-
David Sidrane authored
-
- Apr 17, 2019
-
-
baumanta authored
* match max vel in col-prev to regular pos ctrl * change warning criterium to avoid float error * disable push back from obstacles * use floats consistently
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Dennis Millard authored
-
- Apr 16, 2019
-
-
sfuhrer authored
-
Mark Sauder authored
* Cherry pick the vehicle_imu PR #9756 src/modules/simulator directory work to submit as standalone PR. * Modify the accelsim init method mag_report usage to match usage in measure() and mag_measure() methods in the class. * Incorporate review comments in the accelsim.cpp init() method and also make the same modifications in gyrosim.cpp. * Delete unneeded mag_report initialization from accelsim init() method. * Deprecate unneeded measure() call from accelsim.cpp init() and gyrosim.cpp init().
-
- Apr 15, 2019
-
-
Gabriel Moreno authored
When PX4FLOW is connected to PX4 through MAVLink (e.g., through a USB port), the timestamp assigned to the distance_sensor was wrong. This fix uses the same timestamp assigned to the optical_flow message created from the same OPTICAL_FLOW_RAD MAVLink message. Signed-off-by:
Gabriel Moreno <gabrielm@cs.cmu.edu>
-
bresch authored
Auto - Fix cruise speed. Tested with and without SDK. Before that commit, the drone files at max speed instead of cruise speed if not precised by the SDK
-
Beat Küng authored
-
- Apr 13, 2019
-
-
Daniel Agar authored
- change to boolean param
-
- Apr 12, 2019
-
-
Daniel Agar authored
- Ubuntu install NuttX toolchain, gazebo, and switch to python3 - OSX switch to python3
-
Julian Oes authored
This fixes the issue where the DO_CHANGE_SPEED command was ignored and the drone always travelled at the MPC_XY_CRUISE velocity.
-
Matthias Grob authored
It wasn't possible to fly faster than cruise speed even if planned in the mission. Limiting the planned cruise speed is necessary because the smoothed trajectory mission plans to the _mc_cruise_speed and if that's higher than the maximum it gets capped for safety by the position controller and the result is a jerky flight.
-
Beat Küng authored
-
romain authored
-
romain authored
-
Beat Küng authored
-
romain authored
-
romain authored
-
romain authored
-
Beat Küng authored
-
romain authored
-
romain authored
-
romain authored
-
romain authored
-
Beat Küng authored
-
romain authored
simulator in hardware, new module added that allows to run a simulator in the hardware autopilot, for more documentation visit https://github.com/romain-chiap/PX4_SIH_QuadX
-
Daniel Agar authored
- this extension adds support for Data Structure Description Language (DSDL)
-