ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    How to get the VOXL-Logger files to my computer?

    VOXL
    4
    5
    445
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Sem AndewegS
      Sem Andeweg
      last edited by

      I am debugging the VIO. With voxl-logger --preset_odometry.
      I see that the files are being saved in /data/voxl-logger/, but I want to download the files to my computer to analyze them in plotjuggler.

      1. How can I move the log files to my SD card in the VOXL via terminal (I have no idea, and all the linux commands I also do not know)?
      2. How can I get the logger to save the logs directly to the SD card? I know I can do voxl-logger and then -d, but I also dont know the directory of the SD card.
      1 Reply Last reply Reply Quote 0
      • tomT
        tom admin
        last edited by

        @Sem-Andeweg I don't have a VOXL w/ SD card with me at the moment but I believe the SDCard directory lives at /mnt/sdcard

        1 Reply Last reply Reply Quote 0
        • Chad SweetC
          Chad Sweet ModalAI Team
          last edited by Chad Sweet

          Use the command adb pull to pull files from VOXL.

          To pull /data/voxl-logger to your computer,

          adb pull "/data/voxl-logger"
          

          should work

          1 Reply Last reply Reply Quote 0
          • Sem AndewegS
            Sem Andeweg
            last edited by

            @tom thank you! I can now see it, from now I will do:
            voxl-logger --preset_odometry -d /mnt/sdcard

            @Chad-Sweet thank you, its now downloading the logs, it works perfectly. But I think the logs are very large, so its a little slow.

            1 Reply Last reply Reply Quote 0
            • ?
              A Former User
              last edited by

              Also note that usb file transfers are much faster dealing with a single large file than hundreds of smaller ones, and the logging of camera images through voxl-logger currently saves each image in it's own file, so it's usually much faster to tar/zip a log folder and then pull the tarball.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Powered by NodeBB | Contributors