Navigation

    ModalAI Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. tom
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    tom

    @tom

    Dev Team

    16
    Reputation
    295
    Posts
    35
    Profile views
    1
    Followers
    0
    Following
    Joined Last Online
    Website www.modalai.com Location San Diego, CA

    tom Follow
    Dev Team

    Best posts made by tom

    • RE: Setting up network interfaces

      @ryan_meagher You should be able to do this using the /etc/network/interfaces approach you mentioned. voxl-modem uses that approach in order to set a static IP for Microhard on eth0. This is what the /etc/network/interfaces file looks like in that case:

      # This file describes the network interfaces available on your system
      
      # The primary network interface
      auto eth0
      iface eth0 inet static
      	address 192.168.168.100
      	netmask 255.255.255.0
      	gateway 192.168.168.1
      
      
      posted in Ask your questions right here!
      tom
      tom
    • RE: ADB not connecting

      Hi @jacksparkman ,

      It looks as though you are running a Microhard connection. This may be interfering with your VOXL's ability to connect to the internet. You can disable the Microhard connection on startup by using systemctl disable voxl-modem and rebooting your VOXL. When you are ready to re-enable your Microhard connection you can use systemctl enable voxl-modem.

      This may solve your issue. If not, are you using your VOXL's Wi-Fi in station mode and ssh'ing through your local network or in Soft AP mode and ssh'ing directly into VOXL?

      You will need to have your VOXL in Station mode in order to SSH in as well as connect to the internet.

      Thanks!
      Tom

      posted in Software Development
      tom
      tom
    • RE: Voxl not connecting to QGC

      @PawelJ Yep, it should be either 14550 or 14551.

      posted in VOXL
      tom
      tom
    • RE: error compiling voxl-vision-px4 from source

      I would rebuild using the master branch and do the following:

      You can use the opkg server in order to install the dependencies.

      In /etc/opkg/opkg.conf uncomment the line #src/gz dev http://voxl-packages.modalai.com/dev.

      Then, call opkg update

      • Install libmodal_json with opkg install libmodal_json
      • Install voxl-mpa-tools with opkg install voxl-mpa-tools
      • Back on your host pc, run ./install-on-voxl.sh
      posted in Ask your questions right here!
      tom
      tom
    • RE: How to import OpenCV in Python3?

      @Alex123 You should be able to mount the sdcard directory using the following param
      docker run -v /sdcard:/sdcard

      posted in Software Development
      tom
      tom
    • RE: Voxl not connecting to QGC

      @PawelJ It looks as though you are using the correct IP in your config file and voxl-vision-px4 is running correctly. Is it possible that you have some custom firewall setup on your host PC that is blocking traffic on that port?

      posted in VOXL
      tom
      tom
    • RE: How to start docker daemon?

      @Daniel-Ryu Check out the documentation here: https://docs.modalai.com/docker-on-voxl/

      Try running voxl-configure-docker-support.sh

      posted in Ask your questions right here!
      tom
      tom
    • RE: How to install ipk package

      @Gaurav-Borade You don’t need to be in any specific directory to use opkg update

      posted in Software Development
      tom
      tom
    • RE: Voxl not connecting to QGC

      @PawelJ There isn't an exact way to do that, if you want you could edit your initial question and add a [SOLVED] section at the top and describe the solution.

      posted in VOXL
      tom
      tom
    • RE: How to edit full-m0052.config file?

      @Djalma-Ribeiro Awesome thank you, just wanted to make sure your RB5 had the SDK loaded properly, which it does.

      It's not absolutely necessary to upgrade the SDK, if you do want to you can follow the steps here: https://docs.modalai.com/Qualcomm-Flight-RB5-sdk-installation/#how-to-upgrade

      One note, if you try to upgrade the SDK while PX4 is running it will fail. So in order to upgrade the SDK you would have to disable PX4 from starting systemctl disable rb5-px4-start and then reboot your drone before upgrading your SDK.

      posted in Qualcomm Flight RB5 5G Drone
      tom
      tom

    Latest posts made by tom

    • RE: GPS sampling rate is limited

      @yu-zhang Any PX4 code related questions are probably better suited for the PX4 slack, people are usually pretty eager to help there: https://slack.px4.io/

      posted in VOXL m500 Reference Drone
      tom
      tom
    • RE: ADB Device Not Attached/Offline

      @Chuck-Bokath Sounds like you were able to get a connection going? If not, I was going to suggest adding your ground station's IP to the voxl-vision-px4 config file under the qgc_ip setting.

      posted in Ask your questions right here!
      tom
      tom
    • RE: RB5 unable to connect to hotspot

      @justinGE This is good information, thanks for sharing!

      posted in Qualcomm Flight RB5 5G Drone
      tom
      tom
    • RE: TOF camera

      @Zeev-Mindali Checkout your options here: https://www.modalai.com/pages/rma

      posted in Flight Core
      tom
      tom
    • RE: GPS sampling rate is limited

      @yu-zhang That project gets pulled in via. a submodule: https://github.com/modalai/px4-firmware/blob/f40863b2a72a3cf1c8d85b364a25a5dff3e87898/.gitmodules#L30

      posted in VOXL m500 Reference Drone
      tom
      tom
    • RE: Seeker UVC camera

      @Kris The LTE add-on board (M0030) has 2 JST ports for client USB devices

      posted in Seeker
      tom
      tom
    • RE: GPS sampling rate is limited

      @yu-zhang This is the branch that the current PX4 version is built off: https://github.com/modalai/px4-firmware/tree/modalai-1.11

      posted in VOXL m500 Reference Drone
      tom
      tom
    • RE: ADB Device Not Attached/Offline

      @Chuck-Bokath Here is the latest VOXL platform release: https://developer.modalai.com/asset/view/91

      VOXL Platform Release 3-6-0-0.5.0-a

      posted in Ask your questions right here!
      tom
      tom
    • RE: How to install and configure OpenVPN?

      @Djalma-Ribeiro RB5 is running Ubuntu 18.04, so any installation / updating instructions for Ubuntu 18 should also be applicable to RB5

      posted in Ask your questions right here!
      tom
      tom
    • RE: How to install and configure OpenVPN?

      @Djalma-Ribeiro As long as you have your VPN set up correctly it should be the exact same idea. The only change is that you will have to specify the IP of your ground station in the qgc-ip file. I can't help too much with the OpenVPN side of things other than what is in our docs.

      posted in Ask your questions right here!
      tom
      tom