Andrew Tridgell
|
9a29f2558c
|
HAL_SITL: fixed cygwin build
cygwin does not handle panic being weak, it gets a link error
|
3 years ago |
Peter Barker
|
6bd2bc2179
|
AP_HAL_SITL: remove mtk GPSs
These are ancient and of very poor quality.
|
3 years ago |
Josh Henderson
|
328cf01436
|
AP_HAL_SITL: make panic() WEAK
|
3 years ago |
Peter Barker
|
9c24916115
|
AP_HAL_SITL: move from HAL_NO_GCS to HAL_GCS_ENABLED
|
3 years ago |
Andrew Tridgell
|
f77e64ac83
|
HAL_SITL: Fixed default PWMs for blimp
|
3 years ago |
Peter Barker
|
ae40531cd7
|
AP_HAL_SITL: make heli-blade simulation work
|
3 years ago |
Peter Barker
|
129eb4c184
|
AP_HAL_SITL: do not overwrite FETTecESC telemetry data w/SITL ESC data
|
4 years ago |
Pierre Kancir
|
aebe2beba5
|
AP_HAL_SITL: check that _sitl is not nullptr before using it
|
4 years ago |
Pierre Kancir
|
c91c570814
|
AP_HAL_SITL: don't use timer_event() that is static from the _scheduler instance
|
4 years ago |
Peter Barker
|
26f2393014
|
AP_HAL_SITL: add simulated FETtec ESC
|
4 years ago |
Iampete1
|
6deacda180
|
AP_HAL_SITL: load SIM_AIS
|
4 years ago |
bugobliterator
|
26e2a4a3cb
|
AP_HAL_SITL: change class name from SITL::SITL to SITL::SIM
|
4 years ago |
Iampete1
|
5ff0f42372
|
AP_HAL_SITL: add slave JSON instances
|
4 years ago |
Andrew Tridgell
|
9b78fa7fb8
|
HAL_SITL: implement valid_pin()
|
4 years ago |
Andrew Tridgell
|
7550368fc7
|
HAL_SITL: update for changed SITL API
|
4 years ago |
Peter Barker
|
a52e823967
|
AP_HAL_SITL: implement read(buf, length)
|
4 years ago |
Peter Barker
|
7a9dd8127a
|
AP_HAL_SITL: generate a core file for a given PID
Similarly to dumpstack.sh, uses gdb to dump a core file
|
4 years ago |
Siddharth Purohit
|
1082046134
|
AP_HAL_SITL: add support for hw random number generation
|
4 years ago |
Siddharth Purohit
|
f0cfaa17dc
|
AP_HAL_SITL: add empty qspi mgr instance
|
4 years ago |
Peter Barker
|
67ebdc300b
|
AP_HAL_SITL: reduce scope of loop variable
|
4 years ago |
Andrew Tridgell
|
3fc88b19b8
|
HAL_SITL: implement initial GPS position offsets
|
4 years ago |
Siddharth Purohit
|
81f6e3c585
|
AP_HAL_SITL: Use HAL_CANMANAGER_ENABLED instead of HAL_ENABLE_LIBUAVCAN_DRIVERS
|
4 years ago |
Peter Barker
|
d9e3526bd2
|
AP_HAL_SITL: correct compilation for mission pread/pwrite ret check
|
4 years ago |
Tom Pittenger
|
aec9d45573
|
AP_HAL_SITL: use HAL_ENABLE_LIBUAVCAN_DRIVERS instead of HAL_MAX_CAN_PROTOCOL_DRIVERS
|
4 years ago |
Patrick José Pereira
|
b608ceb6ed
|
AP_HAL_SITL: Return zero when using the help command
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
4 years ago |
Peter Barker
|
c326cdb1ca
|
AP_HAL_SITL: move from HAL_NO_LOGGING to HAL_LOGGING_ENABLED
|
4 years ago |
Andrew Tridgell
|
7c7d58d2a0
|
HAL_SITL: fixed constructoring ordering bug in AP_ESC_Telem
on cygwin RCOutput was being constructed before AP_ESC_Telem, leading
to a panic
|
4 years ago |
Andy Piper
|
5b992de959
|
AP_HAL_SITL: update ESC telemetry in rcout
|
4 years ago |
Andy Piper
|
d23a0bc23d
|
AP_HAL_SITL: allow tone alarm types
|
4 years ago |
murata
|
b67f2e9307
|
AP_HAL_SITL: Add uart specification and array
|
4 years ago |
Peter Barker
|
ffd8f3678c
|
AP_HAL_SITL: understand --serial0 etc in place of --uartA etc
|
4 years ago |
Andrew Tridgell
|
2168633372
|
HAL_SITL: account for attitude rate in moving baseline data
|
4 years ago |
Philippe Hamelin
|
187549b431
|
SITL: Add NMEA THS message.
|
4 years ago |
Andrew Tridgell
|
266b425115
|
HAL_SITL: use common nmea_printf()
|
4 years ago |
Peter Barker
|
5ebe505f2c
|
AP_HAL_SITL: ensure reboot command ACK is written out in SITL
|
4 years ago |
Michelle Rossouw
|
d06161e8ee
|
AP_HAL_SITL: Added support for blimp simulator
|
4 years ago |
Andrew Tridgell
|
b9df270df6
|
AP_HAL_SITL: removed assert calls
these waste flash space and do not do us any good
|
4 years ago |
Andrew Tridgell
|
4f1c43862e
|
HAL_SITL: support arrays of CAN interfaces
allows for multi-bus in AP_Periph
|
4 years ago |
bugobliterator
|
49d934eb42
|
AP_HAL_SITL: add support for multiple periph instances
|
4 years ago |
Patrick José Pereira
|
1038581bcb
|
AP_HAL_SITL: Simplify boolean expression
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
4 years ago |
Peter Barker
|
c20c4a6308
|
AP_HAL_SITL: set bus in read-size of rdwr transaction
|
4 years ago |
Patrick José Pereira
|
dc6f5aec92
|
AP_HAL_SITL: Add missing const in member functions
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
4 years ago |
Peter Barker
|
933aba66f8
|
AP_HAL_SITL: avoid nullptr dereference in Replay
|
4 years ago |
Peter Barker
|
7d42f473fc
|
AP_Logger: allow each backend to be compiled out
|
4 years ago |
Andrew Tridgell
|
7cc71dc573
|
HAL_SITL: support VectorNav simulation
|
4 years ago |
Andrew Tridgell
|
c21b6b4a16
|
AP_HAL_SITL: use ExpandingString class
|
4 years ago |
Peter Barker
|
3c16f164df
|
AP_HAL_SITL: correct I2C callback interval
|
4 years ago |
Andrew Tridgell
|
418367c266
|
HAL_SITL: allow --home to specify a location from locations.txt
this will make it easy to use a named location in MissionPlanner SITL
|
4 years ago |
Andy Piper
|
253ce18184
|
AP_HAL_SITL: rename system_initialized() and add is_system_initialized()
|
4 years ago |
Peter Barker
|
bddea9e046
|
AP_HAL_SITL: add support for multiple i2c buses
|
4 years ago |