23188 Commits (b56799f444e78a5229094aba6e8747a557a49663)
 

Author SHA1 Message Date
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
Luiz Ywata f26692de92 AP_Notify: Display_SSD1306_I2C: use I2CDevice interface 9 years ago
Lucas De Marchi 213c38afaf AP_Notify: ToshibaLED_I2C: add part number comment 9 years ago
Lucas De Marchi 5618008935 AP_Notify: ToshibaLED_I2C: Fix driver after I2CDevice conversion 9 years ago
Luiz Ywata 0b69e43464 AP_Notify: ToshibaLED_I2C: use I2CDevice interface 9 years ago
Lucas De Marchi e5d519edec AP_ADC: AP_ADC_ADS1115: release bus lock as soon as possible 9 years ago
Lucas De Marchi 85c0c98194 AP_ADC: ADS1115: fix driver after conversion to I2CDevice 9 years ago
Luiz Ywata 038389f583 AP_ADC_ADS1115: use I2CDevice interface 9 years ago
Lucas De Marchi de5025a46f AP_Airspeed: I2C: fix after conversion to I2CDevice 9 years ago
Luiz Ywata 6c87b2aa7c AP_Airspeed: AP_Airspeed_I2C: use I2CDevice interface 9 years ago
Lucas De Marchi 5ef1568137 AP_HAL_Empty: fix sitl 9 years ago
Gustavo Jose de Sousa 849a83315a waf: git_submodule: fix for Waf 1.9 9 years ago
Andrew Tridgell f579c3e6eb mk: added a global make.inc 9 years ago
Andrew Tridgell 7d48b25207 AP_Module: use ifdef in function, not caller 9 years ago
Andrew Tridgell eee9fc88a1 AP_InertialSensor: avoid ifdef for AP_MODULE_SUPPORTED 9 years ago
Andrew Tridgell e82468a529 AP_AHRS: avoid ifdef for AP_MODULE_SUPPORTED 9 years ago
Andrew Tridgell 5ce472ab8a AP_Module: changed hook prefix to ap_hook_ 9 years ago
Andrew Tridgell e8d8ca5eef AP_Module: updated example module 9 years ago
Andrew Tridgell 847bfda48a HAL_Linux: adjust include ordering 9 years ago
Andrew Tridgell dd5d0ffbad HAL_Linux: use default module directory 9 years ago
Andrew Tridgell f29323871f AP_Module: added default module directory 9 years ago
Andrew Tridgell d25db426a3 waf: added AP_Module to the build 9 years ago
Andrew Tridgell 33ce1213a2 AP_InertialSensor: call gyro_sample and accel_sample AP_Module hooks 9 years ago
Andrew Tridgell 6b6a02e67e AP_Module: also allow export of raw gyro and accel samples 9 years ago