72 Commits (76209de08ecbbe551cd247e6d814e48d46bb4919)

Author SHA1 Message Date
Tom Pittenger bb4f0783ad AP_HAL_SITL: created ADS-B simulator to generate additional ghost aircraft within SITL 9 years ago
Andrew Tridgell 7a5c4ec65d HAL_SITL: use battery info from FDM if available 9 years ago
Andrew Tridgell a6ef064950 HAL_SITL: removed support for the old FDM protocol 9 years ago
Caio Marcelo de Oliveira Filho bb165d8a4c AP_HAL_SITL: Remove unused extern declaration for HALs 9 years ago
Caio Marcelo de Oliveira Filho 783db23a0f AP_HAL_SITL: remove unused functions 9 years ago
Caio Marcelo de Oliveira Filho 85d12efbef AP_HAL_SITL: use millis/micros/panic functions 9 years ago
Caio Marcelo de Oliveira Filho 3ef77617fd AP_HAL_SITL: implement new AP_HAL functions 9 years ago
Caio Marcelo de Oliveira Filho efbc7648b1 AP_HAL: create AP_HAL namespace and use for some HAL functionality 9 years ago
Andrew Tridgell 95ca0b39a8 HAL_SITL: moved virtual INS sensor to AP_InertialSensor_SITL 9 years ago
Andrew Tridgell 2675edcb96 HAL_SITL: removed unused variables 9 years ago
Andrew Tridgell 81e34006a5 HAL_SITL: make available_memory() uint32_t 9 years ago
Andrew Tridgell 75d2aed6e1 HAL_SITL: added help for uart command line checks 9 years ago
Lucas De Marchi cf8203c08b AP_HAL_SITL: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Andrew Tridgell a5a1680fb3 HAL_SITL: added support for real UART devices 9 years ago
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi 7ceffb1e2b Replace use of vprintf_P() with vprintf() 9 years ago
Lucas De Marchi 6f4904189b Replace use of println_P() with println() 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Lucas De Marchi 9eaf7c5660 AP_HAL: add format attribute to panic() 9 years ago
Lucas De Marchi 6027a02fe9 AP_HAL_SITL: Scheduler: implement variadic version of panic() 9 years ago
Lucas De Marchi ad61a93c14 AP_HAL: turn panic() into a variadic method 9 years ago
Caio Marcelo de Oliveira Filho 49a42dc985 SITL: use a SITL namespace 9 years ago
Andrew Tridgell 6b048b4045 HAL_SITL: use SimRover 9 years ago
wsilva32 ab7148386c AP_HAL_AVR_SITL: Limit SITL compass reports to 100Hz 9 years ago
Caio Marcelo de Oliveira Filho 19b4ca60c4 AP_HAL: provide AP_HAL_MAIN() 9 years ago
Caio Marcelo de Oliveira Filho e4ef0e43c0 AP_HAL_SITL: merge init() and run() 9 years ago
Caio Marcelo de Oliveira Filho c6292ff097 AP_HAL_SITL: implement HAL::run() 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 9 years ago
teddytrowbridge a4690a7b0a SITL_State: fixed _set_param_default 9 years ago
Lucas De Marchi 7d9c75478f AP_HAL_SITL: remove unused write method 9 years ago
Lucas De Marchi 0ed7f94bfc AP_HAL_SITL: use method for downcast 10 years ago
Michael Oborne b861233677 AP_HAL_SITL: add file based gps 10 years ago
Lucas De Marchi ffa37e6de2 AP_HAL_SITL: standardize inclusion of libaries headers 10 years ago
Fredrik Hedberg e2027a8414 SITL: Add HELI_DUAL_FRAME and HELI_COMPOUND_FRAME. 10 years ago
Gustavo Jose de Sousa 27b9d71e2c AP_HAL_SITL: standardize inclusion of libaries headers 10 years ago
Michael du Breuil c8c34f54cc AP_HAL_SITL: Add hdop to ublox sitl sim (as well as vdop to be reported) 10 years ago
Tom Pittenger d51e6d466b AP_HAL_SITL: add support for airspeed failures 10 years ago
Lucas De Marchi 473415a3c2 AP_HAL_SITL: use ARRAY_SIZE macro 10 years ago
John Hsu c34ddb7fb8 HAL_SITL: added gazebo SITL model support 10 years ago
Randy Mackay 2b4aaf2368 SITL: add vibe monitor and SIM_ACC2_RND to sitl 10 years ago
Julien BERAUD 7275e33e79 AP_HAL: add the possibility to have more than 1 i2c 10 years ago
Andrew Tridgell 88a90495b2 HAL_SITL: allow for more data before GPS pipe flush 10 years ago
tcr3dr 9d26bc6958 HAL_SITL: Adds polyfill for feenableexcept on OS X. 10 years ago
Andrew Tridgell 15efae5a48 HAL_SITL: use SITL_NUM_CHANNELS 10 years ago
Andrew Tridgell 92c9779d18 HAL_SITL: pass turbulence to simulators 10 years ago
Andrew Tridgell a81590f7ac HAL_SITL: prevent FPE on zero range with optflow 10 years ago
Andrew Tridgell 4677c189e0 HAL_SITL: support balloon model 10 years ago
Andrew Tridgell c44ab01be8 AP_HAL: use noreturn attribute on panic 10 years ago
Andrew Tridgell d57eca9de8 HAL_SITL: enable simulated antenna tracker 10 years ago