ardupilot/libraries/AP_HAL_SITL
Peter Barker 6a862c6e24 SITL: make home location parsing verbose
Given we don't fail to start SITL if the home location fails to parse,
we should at least make the user very aware that their home location
string is bad.

This commit makes failures verbose, and outputs the parsed location
values rather than regurgitating the location string the user supplied;
it was very misleading in that the location could simply fail to parse
and thus be unused.
2018-02-21 23:51:56 +10:00
..
AP_HAL_SITL.h AP_HAL_SITL: style fixes 2017-01-12 01:06:20 +00:00
AP_HAL_SITL_Namespace.h AP_HAL_SITL: definitions for CAN bus 2017-04-10 22:38:12 +01:00
AP_HAL_SITL_Private.h AP_HAL_SITL: replace header guard with pragma once 2016-03-16 18:40:41 +11:00
AnalogIn.cpp AP_HAL_SITL: AnalogIn minor fixes 2017-01-12 01:06:20 +00:00
AnalogIn.h AP_HAL_SITL: AnalogIn minor fixes 2017-01-12 01:06:20 +00:00
CAN.h AP_HAL_SITL: definitions for CAN bus 2017-04-10 22:38:12 +01:00
GPIO.cpp AP_HAL_SITL: GPIO minor fixes 2017-01-12 01:06:20 +00:00
GPIO.h AP_HAL_SITL: GPIO minor fixes 2017-01-12 01:06:20 +00:00
HAL_SITL_Class.cpp HAL_SITL: fixed console printf in SITL examples 2017-11-23 14:26:11 +11:00
HAL_SITL_Class.h AP_HAL_SITL: style fixes 2017-01-12 01:06:20 +00:00
RCInput.cpp AP_HAL_SITL: RCInput minor fix 2017-01-12 01:19:54 +00:00
RCInput.h AP_HAL_SITL: RCInput minor fix 2017-01-12 01:19:54 +00:00
RCOutput.cpp AP_HAL_SITL: suppress output until initialization is finished 2017-11-13 10:52:38 +11:00
RCOutput.h AP_HAL_SITL: RCOuput minor fix 2017-01-12 01:20:06 +00:00
SITL_State.cpp AP_HAL_SITL: Add SIM_WIND_DIR_Z parameter for SITL 2018-02-05 16:38:53 -08:00
SITL_State.h AP_HAL_SITL: suppress output until initialization is finished 2017-11-13 10:52:38 +11:00
SITL_cmdline.cpp SITL: make home location parsing verbose 2018-02-21 23:51:56 +10:00
Scheduler.cpp HAL_SITL: implement _timer_tick in UARTDriver 2018-02-07 20:33:45 +11:00
Scheduler.h HAL_SITL: fixed console printf in SITL examples 2017-11-23 14:26:11 +11:00
Semaphores.cpp AP_HAL_SITL: use HAL_SEMAPHORE_BLOCK_FOREVER 2017-05-01 15:05:51 +01:00
Semaphores.h AP_HAL_SITL: style fixes 2017-01-12 01:06:20 +00:00
Storage.cpp AP_HAL_SITL: add O_CLOEXEC in places missing it 2016-11-07 12:37:30 -03:00
Storage.h AP_HAL_SITL: replace header guard with pragma once 2016-03-16 18:40:41 +11:00
UARTDriver.cpp HAL_SITL: fix sitl build for mac osx 2018-01-20 17:35:08 +11:00
UARTDriver.h HAL_SITL: fixed UART utils for cygwin and Linux 2017-12-01 08:02:48 +11:00
UART_utils.cpp HAL_SITL: fix sitl build for mac osx 2018-01-20 17:35:08 +11:00
Util.h AP_HAL_SITL: replace header guard with pragma once 2016-03-16 18:40:41 +11:00
sitl_airspeed.cpp SITL: add parameter to simulate reversed pitot tube order 2017-09-22 18:21:09 +10:00
sitl_gps.cpp HAL_SITL: fixed valgrind error in ubx driver 2018-01-24 18:00:42 -07:00
sitl_rangefinder.cpp AP_HAL_SITL: rangefinder const correctness 2017-06-07 20:28:25 +10:00
system.cpp HAL_SITL: flush stdout on panic 2016-12-02 09:49:38 +11:00