UAVLogViewer icon indicating copy to clipboard operation
UAVLogViewer copied to clipboard

An online viewer for UAV log files

Results 120 UAVLogViewer issues
Sort by recently updated
recently updated
newest added

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...

![Type Error AoA](https://github.com/ArduPilot/UAVLogViewer/assets/57158922/cc9ebb17-1bc5-4b37-b9d6-dab8491be4e3) 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...