This repository contains a number of web based tools for targeted ArduPilot log review and insight. These tools are live on ardupilot.org. For general review see UAVLogViewer.
These steps allow hosting of the tools locally for development purposes or for use without a internet connection.
Clone this repository (or your fork) and update the submodules:
git clone --recurse-submodules https://github.com/ArduPilot/WebTools.gitHost locally using python by running the following command in the root of the repo:
python3 -m http.server --bind 127.0.0.1The landing page can then be found at http://127.0.0.1:8000/
You need to keep your submodules updated. When you rebase, or switch branches, update them like so:
git submodule update --init --recursiveThis repository contains VSCode launch configurations for debugging with Chrome and Edge. WebTools are either hosted with python as above or using the LiveServer extension which enables auto-reload. Here is more information on debugging with VSCode.
