Downloading Logs
SSH onto the drone:
ssh root@192.168.144.59Write the logs to memory (these commands are executed on the VOXL2)
journalctl -u voxl-camera-server.service > /tmp/voxl-camera-server.log
journalctl -u voxl-streamer.service > /tmp/voxl-streamer.logIn a new terminal (these commands are executed on your laptop)
scp root@192.168.144.59:/tmp/voxl-camera-server.log .
scp root@192.168.144.59:/tmp/voxl-streamer.log .Last updated