Jonathan Challinger
|
e883b889b6
|
SITL: Add compassmot interference
|
11 years ago |
Andrew Tridgell
|
8b9b4026f0
|
SITL: support -P option
this allows changing a parameter on initial startup
|
11 years ago |
Niels Joubert
|
e32b73f075
|
AP_HAL_AVR_SITL: Adding Swift Binary Protocol stand-alone simulator
|
11 years ago |
Andrew Tridgell
|
6eee2421cc
|
AP_HAL: removed RCInput valid_channels() and added new_input() and num_channels()
the valid_channels() method was inconsistently implemented between
boards, and served two quite different purposes. It is clearer as two
functions
|
11 years ago |
Andrew Tridgell
|
0115b9fa07
|
HAL_SITL: support a 2nd GPS
|
11 years ago |
Andrew Tridgell
|
b075f8735f
|
SITL: moved airspeed pin to pin 1
keep it separate from the sonar, allowing both to be used at the same time
|
11 years ago |
Ben Nizette
|
70d37d2cf6
|
SITL: Wire in basic support for SITL downward-looking sonar sensors
|
11 years ago |
Andrew Tridgell
|
c7df0eaf2a
|
SITL: added battery voltage and current
assume 3DR brick
|
12 years ago |
Andrew Tridgell
|
350af4d92f
|
HAL_AVR_SITL: updates for InertialSensor
|
12 years ago |
Andrew Tridgell
|
e85d275fe5
|
SITL: added SIM_SERVO_RATE parameter
this allows a slew rate for servos to be specified in degrees/second
|
12 years ago |
Andrew Tridgell
|
33cbe6151a
|
SITL: support multiple instances of SITL running at once
|
12 years ago |
Andrew Tridgell
|
e75c48c029
|
SITL: added simulated NMEA GPS
useful for validating the NMEA GPS driver
|
12 years ago |
Andrew Tridgell
|
811c2ccc11
|
libraries: fixes for AP_Baro_HIL
|
12 years ago |
Andrew Tridgell
|
a09c53a3ea
|
SITL: use new HIL compass API
|
12 years ago |
Andrew Tridgell
|
0ffc7dab6b
|
SITL: added GPS speed down to SITL state
|
12 years ago |
Andrew Tridgell
|
fb4e68f0f0
|
SITL: added SIM_GPS_BYTELOSS option
this allows testing of protocol recovery after losing bytes on the GPS
serial link
|
12 years ago |
Andrew Tridgell
|
10cd466035
|
SITL: added simulation of the original MTK GPS
|
12 years ago |
Andrew Tridgell
|
7ecf8981b9
|
SITL: added dummy SPI and make RCInput 50Hz
|
12 years ago |
Andrew Tridgell
|
abbe37be37
|
SITL: added emulated airspeed sensor on a pin
|
12 years ago |
Andrew Tridgell
|
7be507948f
|
SITL: added SITL_State::loop_hook()
this prevents us using so much CPU time, and ensures stdout is flushed
|
12 years ago |
Andrew Tridgell
|
0c9d37e2ee
|
SITL: added RCInput and RCOutput
|
12 years ago |
Andrew Tridgell
|
5f7f6966af
|
SITL: fixed GPS and UART startup
|
12 years ago |
Andrew Tridgell
|
98ead51801
|
SITL: fill in a lot more of the AP_HAL SITL backend
|
12 years ago |