Downloading Logs

  1. SSH onto the drone: ssh root@192.168.144.59

  2. Write 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.log
  1. In 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