179 Commits (348b07609c7fec31cd377202145f150d3d9ffb62)

Author SHA1 Message Date
Randy Mackay 53785d1f72 AP_RangeFinder: add Bebop and MAVLink types 9 years ago
Randy Mackay 96f665061e AP_RangeFinder: call handle_msg for all backends 9 years ago
Randy Mackay 9b940687c1 AP_RangeFinder: rename CompanionComputer files to MAVLink 9 years ago
Randy Mackay c541cb27f8 AP_RangeFinder: rename CompanionComputer to MAVLink 9 years ago
Allan Matthew d3831e4a5d RangeFinder: add MAVLink rangefinder 9 years ago
Julien Beraud 33a699f29c AP_RangeFinder: Add support for bebop Rangefinder 9 years ago
Ricardo de Almeida Gonzaga 5bd034a5a8 Global: start using cmath instead of math.h 9 years ago
Tom Pittenger 6718241dad cleanup comments 9 years ago
Lucas De Marchi f6712c8bc4 AP_RangeFinder: replace header guard with pragma once 9 years ago
Tom Pittenger b1ea82079e AP_Rangefinder: compiler warning float to double on atof() 9 years ago
Tom Pittenger 786d14cd3c AP_RangeFinder: For LightWareSerial, write 'd' to support more devices 9 years ago
Gustavo Jose de Sousa c2e3f05dbf waf: ardupilotwaf: prefix build context methods with ap_ 9 years ago
Gustavo Jose de Sousa 3d22490397 waf: examples: use methods from bld instead of ardupilotwaf 9 years ago
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() 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Caio Marcelo de Oliveira Filho 5d2279a554 AP_RangeFinder: remove unnecessary includes from example 9 years ago
Caio Marcelo de Oliveira Filho 6566deff66 AP_RangeFinder: fix compilation for Linux/SITL 9 years ago
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 9 years ago
Randy Mackay 2deaf5280e RangeFinder: add User to param descriptions 9 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