UAVLogViewer
UAVLogViewer copied to clipboard
An online viewer for UAV log files
The icon in the upper right of the map screen, where I used to be able to select the map data source is missing. It's been a while since I...
 The message is present and can be viewed through Mission Planner
Downloading data to a csv file does not seem to be correct. - Plotting the downloaded data results to a graph slightly different than the one shown the UAV Log...
~~~ $ docker build --no-cache -t clydemcqueen/uavlogviewer . [+] Building 41.1s (8/9) docker:default => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 343B 0.0s => [internal] load...
Roll pitch yaw are not animated and the UAV is presented in fixed position through the flight.
- [ ] make main view dashboard-like. with multiple widgets (plot/3d/new stuff) that can be dragged around for repositioning - [ ] allow opening multiple logs - [ ] needs...
When trying to run `npm run dev` i get the following error message: ``` >npm run dev > [email protected] dev > node --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js --host 0.0.0.0 --progress --config build/webpack.dev.conf.js [webpack-dev-server]...
When plotting CAND UID1 and UID2 messages, the displayed min/max/mean values seem to round off the least significant byte. Seems like a float/double precision error. Performing a dump in mavexplorer...