ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Alfonso Ponce
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 23
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Alfonso Ponce

    • A

      Problems updating voxl-suite

      Ask your questions right here!
      • • • Alfonso Ponce
      3
      0
      Votes
      3
      Posts
      241
      Views

      A

      Oh thank you! I will try to flash this new image.
      Thanks for the fast response.

    • A

      Python, OpenCV, MAVLink, Docker, and cameras how to use all?

      VOXL m500 Reference Drone
      • • • Alfonso Ponce
      5
      0
      Votes
      5
      Posts
      546
      Views

      todd45040T

      I'm going to assume you know about the Docker examples at:
      https://gitlab.com/voxl-public/voxl-docker-images

      Will any of those help?

      -Todd

    • A

      Follow a moving apriltag (part 2)

      Ask your questions right here!
      • • • Alfonso Ponce
      1
      0
      Votes
      1
      Posts
      173
      Views

      No one has replied

    • A

      Follow a moving apriltag

      Ask your questions right here!
      • • • Alfonso Ponce
      3
      0
      Votes
      3
      Posts
      252
      Views

      A

      @Alex-Gardner thank you!

    • A

      How am I able to change from WiFi to LTE connection?

      Ask your questions right here!
      • • • Alfonso Ponce
      6
      0
      Votes
      6
      Posts
      475
      Views

      Eric KatzfeyE

      @Alfonso-Ponce You can disable the WiFi (ifconfig wlan0 down) so that LTE is your only connection. Then try to ping something like www.modalai.com and see if that works. If so, then the LTE connection is up properly.

    • A

      How to copy your MAVSDK Python Docker container and edit the files?

      Ask your questions right here!
      • • • Alfonso Ponce
      9
      0
      Votes
      9
      Posts
      801
      Views

      A

      @Voxlady Thank you! In the end I was finally able to understand better how the VOXL shell and the Docker image/container were working together. I was able to mount the volume just like they recommended and I could send my .py files and execute them.

    • A

      Can I develope VOXL in a Docker using Windows?

      Ask your questions right here!
      • • • Alfonso Ponce
      3
      0
      Votes
      3
      Posts
      268
      Views

      Eric KatzfeyE

      You could also convert the script into a Windows batch file or some other Windows scripting language. But there are Debian specific things in the script file that you would need to convert to the Windows alternative. For example, there are package management commands (apt) that would need to be changed into something for Windows and you would need to use the Windows version of QEMU. This could be a challenging task!

    • A

      Trouble configuring m500 into Station Mode

      Ask your questions right here!
      • • • Alfonso Ponce
      12
      0
      Votes
      12
      Posts
      787
      Views

      Eric KatzfeyE

      @Alfonso-Ponce We don't have any recommendations on how to create such a mobile application. However, whatever path you choose, you will most likely need the app to be sending Mavlink packets to the drone to carry out the instructions. Also, QGroundControl can be run as a mobile app and it is open source so you could look to that as an example.

    • A

      I messed up the voxl-vision-px4.conf file

      Ask your questions right here!
      • • • Alfonso Ponce
      4
      0
      Votes
      4
      Posts
      300
      Views

      modaltbM

      @Alfonso-Ponce the -f is for a factory setup (a quick way for us to set the default configuration for the m500 drones)

    • A

      How to upload a .py routine to the m500?

      VOXL m500 Reference Drone
      • • • Alfonso Ponce
      2
      0
      Votes
      2
      Posts
      172
      Views

      Chad SweetC

      If you're interested in Python and MAV SDK, you should start here: http://docs.modalai.com/mavsdk