ardupilot/Tools/Replay
Peter Barker 40a84bc566 Replay: link AP_Avoidance
[864/864] Linking build/bbbmini/tools/Replay
11:47:27 runner ['/usr/lib/ccache/arm-linux-gnueabihf-g++', '-Wl,--gc-sections', '-pthread', 'Tools/Replay/DataFlashFileReader.cpp.34.o', 'Tools/Replay/LR_MsgHandler.cpp.34.o', 'Tools/Replay/LogReader.cpp.34.o', 'Tools/Replay/MsgHandler.cpp.34.o', 'Tools/Replay/Replay.cpp.34.o', '-otools/Replay', '-Wl,-Bstatic', '-Llib', '-lReplay_libs', '-Wl,-Bdynamic', '-lm', '-ldl']
lib/libReplay_libs.a(RC_Channel.cpp.0.o): In function `RC_Channel::do_aux_function_avoid_adsb(RC_Channel::AuxSwitchPos)':
RC_Channel.cpp:(.text._ZN10RC_Channel26do_aux_function_avoid_adsbENS_12AuxSwitchPosE+0x4): undefined reference to `AP::ap_avoidance()'
2021-04-29 13:00:40 +10:00
..
CheckLogs.py Tools: random Python cleanups based on lgtm analysis 2019-09-21 22:26:03 +10:00
DataFlashFileReader.cpp Replay: allow replay on ChibiOS 2020-11-10 16:15:45 +11:00
DataFlashFileReader.h Replay: new replay implemention 2020-11-10 16:15:45 +11:00
LR_MsgHandler.cpp Tools: Add handling for default airspeed variance 2021-03-05 12:10:01 +11:00
LR_MsgHandler.h Replay: use common events and structures 2020-11-17 13:45:07 +11:00
LogReader.cpp Replay: use common events and structures 2020-11-17 13:45:07 +11:00
LogReader.h Replay: fix for WriteV usage and cleanup unused code 2020-11-16 10:28:43 +11:00
Makefile Replay: allow replay to run on SITL instead of linux HAL 2020-11-10 16:15:45 +11:00
MsgHandler.cpp Replay: use common events and structures 2020-11-17 13:45:07 +11:00
MsgHandler.h Replay: use common events and structures 2020-11-17 13:45:07 +11:00
Parameters.h Replay: new replay implemention 2020-11-10 16:15:45 +11:00
Replay.cpp Replay: move underscore one layer down for GPS 2021-03-12 16:32:36 +09:00
Replay.h Replay: use common events and structures 2020-11-17 13:45:07 +11:00
VehicleType.h Tools: replace header guard with pragma once 2016-03-16 18:40:45 +11:00
check_replay.py Replay: check_replay.py: default to print for progress function 2020-12-01 10:40:09 +11:00
check_replay_branch.py Replay: check_replay_branch.py: inspect all logs for replayability 2020-12-03 17:28:26 +11:00
plotit.sh Replay: moved replay tool into Tools/Replay 2014-03-01 14:30:55 +11:00
wscript Replay: link AP_Avoidance 2021-04-29 13:00:40 +10:00