23211 Commits (7700b1417d258807d9bbd860fb794f576c4e5c8a)
 

Author SHA1 Message Date
priseborough 7700b1417d AP_InertialNav: Use separated EKF horiz/vert position interfaces 9 years ago
priseborough cc0d3b89d3 Replay: use separated EKF horiz/vert position interfaces 9 years ago
priseborough 5454f76702 AP_AHRS: Add separate interfaces for local horizontal and vertical position 9 years ago
priseborough a8cd037f56 DataFlash: update to match revised EKF1 and EKF2 interface 9 years ago
priseborough 341d070db8 AP_NavEKF2: Separate filter status update and get functions 9 years ago
priseborough b1717649b1 AP_NavEKF2: remove combined NED local position interface 9 years ago
priseborough e374ec634d AP_NavEKF2: Add separate horizontal/vertical local position interfaces 9 years ago
priseborough 487bbc3ed2 AP_NavEKF: Fix reporting of position status 9 years ago
priseborough 04e8726d8a AP_NavEKF2: relax bias convergence check 9 years ago
priseborough 280395afa1 AP_NavEKF2: Don't declare ready to do aiding unless gyro bias is learned 9 years ago
priseborough 169cd6625d AP_NavEKF2: clean up output predictor 9 years ago
priseborough e0d87bf529 autotest: Increase startup wait time to allow EKF and GPS checks to pass 9 years ago
priseborough aaab250f13 AP_NavEKF2: Don't start GPS aiding until gyro calibration has stabilised 9 years ago
Tom Pittenger 601ab9dad0 Plane: remove GCS send_statustext spam 9 years ago
Gustavo Jose de Sousa 8437de8bff PX4Firmware: update submodule for fixing extra flags 9 years ago
Lucas De Marchi 4e2b30b413 Global: workaround toolchain problem on windows 9 years ago
Lucas De Marchi 913f88f2be AP_BoardConfig: fix check for PX4_V4 9 years ago
Gustavo Jose de Sousa 9a9b59a97f waf: boards: fix funny CXXFLAGS typo 9 years ago
Lucas De Marchi 6d1acc5813 AP_InertialSensor: BMI160: remove stray call to set speed 9 years ago
Andrew Tridgell 6776f8ac76 DataFlash: fixed GPS2 log format 9 years ago
Grant Morphett a978277619 mavlink: Doing a submodule update 9 years ago
Grant Morphett 57c23c7fe3 Rover: Adding support for rovers driving in Reverse. 9 years ago
Grant Morphett 8d6b417adb AP_SteerController: Adding support for Rovers driving reverse 9 years ago
Grant Morphett b56799f444 AP_L1_Control: Adding support for rover's operating in reverse 9 years ago
Grant Morphett 4e8666cee9 AP_Mission: Adding new MAV_CMD_DO_SET_REVERSE for Rovers. 9 years ago
Grant Morphett 647602ed4d AP_Navigation: Adding set_reverse to virtual parent class 9 years ago
Tom Pittenger acaf0c6a5d SITL: LPF the SIM_WIND_DIR and SIM_WIND_SPD values to eliminate step inputs 9 years ago
Andrew Tridgell 4e8b4f29d9 SITL: added -heavy option to fixed wing model 9 years ago
Andrew Tridgell d3d2ce3e0d AP_TECS: use full throttle in initial takeoff 9 years ago
Lucas De Marchi a5bac15bbe gitignore: sort entries 9 years ago
Lucas De Marchi fef684c0fb gitignore: ignore logs/ and terrain/ in all vehicles 9 years ago
Lucas De Marchi d1843816ed gitignore: remove entries about APM Planner 9 years ago
Gustavo Jose de Sousa ee7c40be61 AP_InertialSensor: BMI160: add backend 9 years ago
Staroselskii Georgii a1f151a79b AP_HAL_Linux: do not create unnecessary consoles in UARTDriver 9 years ago
Staroselskii Georgii 7b3a5e3158 AP_HAL_Linux: use factory method for creation of UARTDriver backends 9 years ago
Staroselskii Georgii 0ca635bfb8 AP_HAL_Linux: close() console in dtor 9 years ago
Staroselskii Georgii e7a5945056 AP_HAL_Linux: make flow_control a property of SerialDevice rather than UARTDriver's 9 years ago
Staroselskii Georgii 897d2fb1fb AP_HAL_Linux: use OwnPtr for _device in UARTDriver 9 years ago
Staroselskii Georgii 3f1e999fc8 AP_HAL_Linux: remove ConsoleDevice construction from UARTDriver constructor 9 years ago
Julien Beraud fdb43fdc6a Frame_Params: fix param name for bebop 9 years ago
Andrew Tridgell 1b8da3bce2 HAL_PX4: implement I2CDevice driver for PX4 9 years ago
Andrew Tridgell fc41e0e44e PX4: updated elf of bootloaders to match 9 years ago
Andrew Tridgell 2d3fef72cd PX4: updated bootloaders 9 years ago
Luiz Ywata 1f0f36d603 AP_Notify: NavioLED_I2C: use I2CDevice interface 9 years ago
Lucas De Marchi 24cdef24b8 AP_HAL_Linux: remove wrong ifdef 9 years ago
Luiz Ywata 3e765e23a9 AP_HAL_Linux: RCOutput_PCA9685: use I2CDevice interface 9 years ago
Luiz Ywata d5449a6f20 AP_HAL: Add read method 9 years ago
Lucas De Marchi 08ea1ea263 AP_HAL_Linux: RCOutput_Bebop: follow coding style 9 years ago
Luiz Ywata 7fb5db8077 AP_HAL_Linux: RCOutput_Bebop: use I2CDevice interface 9 years ago
Lucas De Marchi a34a5c1aa3 AP_Notify: Display_SSD1306_I2C: Fix after conversion to I2CDevice 9 years ago