266 Commits (63da8dbb3c01fa7b78aea4693cf7931d0f4e6bad)

Author SHA1 Message Date
mirkix 2d9b230be1 AP_RangeFinder: Load .data section for HC-SR04 PRU driver used by BBBMINI 9 years ago
Gustavo Jose de Sousa d281067bcc waf: make example binaries be placed in 'examples' dir 9 years ago
Jonathan Challinger 780d0de4bb AP_RangeFinder: fix example build 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Lucas De Marchi fb24056ca9 AP_RangeFinder: remove unused AP_ADC_AnalogSource 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 9 years ago
Caio Marcelo de Oliveira Filho 82a14b183d AP_RangeFinder: use millis/micros/panic functions 9 years ago
Lucas De Marchi 8d86d79c0b AP_RangeFinder: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 10 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 10 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 10 years ago
Caio Marcelo de Oliveira Filho 5d2279a554 AP_RangeFinder: remove unnecessary includes from example 10 years ago
Caio Marcelo de Oliveira Filho 6566deff66 AP_RangeFinder: fix compilation for Linux/SITL 10 years ago
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board 10 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 10 years ago
Randy Mackay 2deaf5280e RangeFinder: add User to param descriptions 10 years ago
Andrew Tridgell 5800f0c884 AP_RangeFinder: default to two rangefinders 10 years ago
Andrew Tridgell 8538aa9840 AP_Rangefinder: allow for up to 4 rangefinders 10 years ago
Andrew Tridgell 6afb3895c0 AP_RangeFinder: added doc strings for new rangefinder types 10 years ago
Andrew Tridgell 7d30ce2e36 AP_RangeFinder: added lightware serial rangefinder 10 years ago
Grant Morphett bec21a51a4 AP_RangeFinder: Just fixing the parameter name in the description 10 years ago
Andrew Tridgell dff235dc36 AP_RangeFinder: support LightWare I2C laser rangefinders 10 years ago
Gustavo Jose de Sousa 5d39587469 AP_RangeFinder: standardize inclusion of libaries headers 10 years ago
mirkix 1b0f482d37 AP_RangeFinder: Add support for HC-SR04 Range Finder connected to BBB 10 years ago
Andrew Tridgell 2167675b3d AP_RangeFinder: update for upstream merge 10 years ago
Randy Mackay d366c30358 AP_RangeFinder: fix potential out-of-bounds read 10 years ago
Randy Mackay ac76562638 RangeFinder: init state and drivers 10 years ago
Andrew Tridgell b2fb2c676e AP_RangeFinder: convert example from .pde to .cpp 10 years ago
Tom Pittenger 6acd92be1e AP_RangeFinder: compiler warnings: compare signed to unsigned 10 years ago
Andrew Tridgell ac43972883 AP_RangeFinder: fix for HAL_SITL rename 10 years ago
Andrew Tridgell 4c4a4f9ea5 AP_RangeFinder: fixed cm to meter comparison 10 years ago
Tom Pittenger 5ead138917 RangeFinder: fix compile warnings re float constants 10 years ago
Randy Mackay a01fb64f12 RangeFinder: fix example sketch 10 years ago
Randy Mackay 715da653c3 RangeFinder_Analog: set status 10 years ago
Randy Mackay fadfa70e99 RangeFinder_MaxSonar: set status 10 years ago
Randy Mackay e212ebb0d0 RangeFinder_PulsedLight: set status 10 years ago
Randy Mackay aa04bef5af RangeFinder_PX4: set status and consume out of range samples 10 years ago
Randy Mackay 71de0ab815 RangeFinder_PX4_PWM: set status and consume out of range samples 10 years ago
Randy Mackay 7663b8eade RangeFinder: replace healthy with status and no_data methods 10 years ago
Randy Mackay 8ed6207ca8 RangeFinder: add pre-arm checks 10 years ago
Randy Mackay f1cbd1f03b RangeFinder: add ground clearance parameter 10 years ago
Andrew Tridgell 389148ac54 AP_RangeFinder: use RNGFND_OFFSET for distance offset in PWM and I2C 10 years ago
Andrew Tridgell 9c0614c7bb AP_RangeFinder: default test to I2C Lidar 10 years ago
Andrew Tridgell a6d76b4e03 AP_RangeFinder: added PX4-PWM rangefinder 10 years ago
Andrew Tridgell 38d63d51a5 AP_RangeFinder: change for new PX4 device paths 10 years ago
Emile Castelnuovo 3e97592e5c AP_Rangefinder: added #if for VRBRAIN boards. 10 years ago
Emile Castelnuovo c38b11eec8 AP_RangeFinder: added VRBRAIN to use PX4 libraries 10 years ago
Emile Castelnuovo b0b892e578 AP_Rangefinder: added support for VRBRAIN boards 10 years ago
Randy Mackay d5f02ec0df RangeFinder: fix example sketch 10 years ago