46 Commits (bc33c19f212e628a733644b7679b1dba78828dba)

Author SHA1 Message Date
Andrew Tridgell def6e014cf HAL_SITL: removed old optflow simulation 8 years ago
Pierre Kancir 86c8145bd9 SITL: Change Flighgear port with instance number 8 years ago
Pierre Kancir e2b939df39 SITL: rename simin to rcin for better readability 8 years ago
Pierre Kancir 59c84c637e SITL: make fg view optional 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
Andrew Tridgell d2287caf1c HAL_SITL: removed old servo slew rate code 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Tom Pittenger acaf0c6a5d SITL: LPF the SIM_WIND_DIR and SIM_WIND_SPD values to eliminate step inputs 9 years ago
Peter Barker 309ac53806 SITL: correct adsb initialisation 9 years ago
Tom Pittenger 1770f314ac SITL: change SIM_ADSB default to -1 to default disabled to leave telem port available 9 years ago
Tom Pittenger f2b5f5f4a5 AP_HAL_SITL: adsb is always enabled in the sim, controlled by param SIM_ADSB_COUNT 9 years ago
Andrew Tridgell 0166ab2038 HAL_SITL: check for SIM_RC_FAIL 9 years ago
Tom Pittenger 5df2e57209 AP_HAL_SITL: do not compile terrain class when terrain is not disabled via compile flag 9 years ago
Andrew Tridgell 9081310ff1 HAL_SITL: support simulator RC input 9 years ago
Randy Mackay 3d646a26e2 AP_HAL_SITL: calls to terrain:height_amsl provide extrapolate and corrected params 9 years ago
Andrew Tridgell 835c0b1759 HAL_SITL: follow sqrt law to 60m for wind 9 years ago
Andrew Tridgell 4d01cb1716 HAL_SITL: fixed SITL engine mul error 9 years ago
Andrew Tridgell 5c92adddf9 HAL_SITL: allow examples to run under SITL 9 years ago
Will Sackfield 0a60d713af AP HAL SITL: Use fully qualified SITL namespace 9 years ago
Tom Pittenger f695f37ca3 AP_HAL_SITL: handle negative throttle 9 years ago
Lucas De Marchi 0e09975fa6 AP_HAL_SITL: fix typo 9 years ago
Andrew Tridgell 655f57ad01 HAL_SITL: cleanup class names 9 years ago
Andrew Tridgell 2dd8a0af74 HAL_SITL: allow visualisation of quad motor speeds in flightgear 9 years ago
Andrew Tridgell 1450f33b51 HAL_SITL: support 16 RC input channels in SITL 9 years ago
Andrew Tridgell 83c8505b3c HAL_SITL: send state to flightgear viewer 9 years ago
Andrew Tridgell d0896a1fb2 HAL_SITL: fixed init of channel 8 out in plane and rover 9 years ago
Tom Pittenger 48ae0d645d AP_HAL_SITL: compiler warning: float to double promotion 9 years ago
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 85d12efbef AP_HAL_SITL: use millis/micros/panic functions 9 years ago
Andrew Tridgell 95ca0b39a8 HAL_SITL: moved virtual INS sensor to AP_InertialSensor_SITL 9 years ago
Caio Marcelo de Oliveira Filho 49a42dc985 SITL: use a SITL namespace 9 years ago
teddytrowbridge a4690a7b0a SITL_State: fixed _set_param_default 9 years ago
Lucas De Marchi 0ed7f94bfc AP_HAL_SITL: use method for downcast 10 years ago
Gustavo Jose de Sousa 27b9d71e2c AP_HAL_SITL: standardize inclusion of libaries headers 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 e7abc07898 HAL_SITL: enable --gimbal option 10 years ago
Andrew Tridgell e7f3716e8c HAL_SITL: pass in wind speed to C++ simulators 10 years ago
Andrew Tridgell cd66ce1c74 HAL_SITL: don't advance clock on garbage SIM input 10 years ago
Andrew Tridgell 2a47cc3c81 HAL_SITL: cleanup command line handling 10 years ago
Andrew Tridgell c81ad1d622 HAL_SITL: reformat HAL_SITL with astyle 10 years ago
Andrew Tridgell d8791134f9 HAL_SITL: need to use fabs() for double checking 10 years ago
Andrew Tridgell 5158f91263 HAL_SITL: converted command line code to getopt_cpp 10 years ago
Andrew Tridgell 40e3b422b5 HAL_SITL: rename HAL_AVR_SITL to HAL_SITL 10 years ago
Andrew Tridgell 24fc1d8ebf HAL_SITL: added -F option for FDM address 10 years ago
Andrew Tridgell 630cd14252 HAL_SITL: added rover simulator support 10 years ago
Andrew Tridgell 11df612c04 HAL_SITL: added a table of simulator constructors 10 years ago
Andrew Tridgell 878549530d HAL_SITL: g_state is not needed any more 10 years ago