Skip to content
  • Static IP address on eth0

    Unsolved Flight Core and Legacy VOXL voxl
    4
    1 Votes
    4 Posts
    2k Views
    tomT
    @SmittyHalibut That page may be outdated. You definitely can set a static IP on eth0, it is required for Microhard usage. For example voxl-modem uses the interfaces file here for setting a static IP: https://gitlab.com/voxl-public/utilities/voxl-modem/-/blob/master/config/interfaces It does require pulling down / up the interface on boot: https://gitlab.com/voxl-public/utilities/voxl-modem/-/blob/master/scripts/voxl-modem#L516 which may be a solution for @Sem-Andeweg
  • How to install VirtualHere on VOXL

    Unsolved Flight Core and Legacy VOXL voxl
    10
    0 Votes
    10 Posts
    2k Views
    Sem AndewegS
    Oke, so it worked! The issue was this in the installation script it is described that there must be create a directory not the file in the /usr/local path which is called sbin ... but every time it will create a file instead of creating a directory. I manually created the directory as per script and then the script will easily install and copy its required files and the services will works properly. We have tested the function with Virtualhere, and they work perfectly! Now we encountered one extra problem, but I will go and start a new topic for this.
  • VOXL CPU Performance with ROS

    Unsolved Flight Core and Legacy VOXL voxl
    3
    0 Votes
    3 Posts
    757 Views
    NirgeN
    @Chad-Sweet Hi, the utility shows the same CPU usage if I add usr & sys.
  • Getting Coordinates of Drone

    Unsolved Flight Core and Legacy VOXL voxl
    3
    0 Votes
    3 Posts
    731 Views
    Chad SweetC
    For VIO use voxl-inspect-qvio For GPS use voxl-inspect-gps The source code for those is here
  • VOXL B2B Port connections questions

    Unsolved Flight Core and Legacy VOXL voxl
    8
    1 Votes
    8 Posts
    2k Views
    Eric KatzfeyE
    @amitga The only thing we use over the B2B on our add-on boards is USB 2.0 and some GPIO. If you give us some idea of what you are trying to accomplish we may be able to offer some suggestions.
  • Docker Documentation

    Unsolved Flight Core and Legacy VOXL voxl
    1
    1 Votes
    1 Posts
    514 Views
    No one has replied
  • 0 Votes
    4 Posts
    886 Views
    Chad SweetC
    Those services look correct. voxl-vision-px4 is the main service that would be routing MAVLink packets from a network interface into the flight controller
  • Multiple UDP connections on port 14551

    Unsolved Flight Core and Legacy VOXL voxl
    7
    0 Votes
    7 Posts
    2k Views
    James StrawsonJ
    Port 14550 is meant for external connections to different IP addresses such as multiple ground control instances. Only one connection to localhost is supported on port 14551. To support multiple local IP connections a separate port and thread would likely need to be opened. You can also have multiple local processes communicate through the "vvpx4_mavlink_io" pipe using libmodal_pipe instead of UDP.
  • Unbricking fails due to "protocol error"

    Unsolved Flight Core and Legacy VOXL voxl
    3
    0 Votes
    3 Posts
    1k Views
    NirgeN
    Missed that part, thank you, it seems to do the trick.
  • VOXL Virtual Machine?

    Unsolved Flight Core and Legacy VOXL voxl
    3
    0 Votes
    3 Posts
    473 Views
    wilkinsafW
    Perfect! I know how to run those. Thank you
  • mavlink Odometry message missing from QGroundControl

    Unsolved Flight Core and Legacy VOXL voxl
    3
    0 Votes
    3 Posts
    520 Views
    R
    Hi, Thank you very much. I've check EKF2_AID_MASK,it was a problem with my setup (Flight core wasn't configure well). Now I'm working with VOXL FLIGHT and on QGroundControl I see ODOMETRY message as well. Maybe could you help me with understanding the following issue?: With VOXL flight I want to execute the outdoor flights without GPS. But on QGroundControl ,I didn't see DO_SET_HOME button(request) like with GPS flights and therefore i couldn't execute auto flights. How i could did it? Thanks again
  • voxl-tflite-server crashes after 5-10 minutes

    Unsolved Flight Core and Legacy VOXL voxl
    7
    0 Votes
    7 Posts
    2k Views
    H
    hello @colerose how do u get all these topics by launching just roslaunch voxl_mpa_to_ros voxl_mpa_to_ros.launch because when i launch it i get just these topics : MPA to ROS app is now running Found new interface: hires Found new interface: qvio_overlay Found new interface: stereo Found new interface: tracking Found new interface: imu0 Found new interface: imu1 Found new interface: voa_pc_out Found new interface: qvio Thank u in advance for your reply
  • OPKG failing

    Unsolved Flight Core and Legacy VOXL voxl
    5
    0 Votes
    5 Posts
    897 Views
    E
    Thank you so much!
  • More Cameras for Situational awareness

    Unsolved Flight Core and Legacy VOXL voxl
    2
    0 Votes
    2 Posts
    648 Views
    Chad SweetC
    In theory two VOXLs networked together are possible. We have not actually done that ourselves though. You could potentially use the UART side port to send data back and forth with libvoxl_io, that might be the most straightforward.
  • VOXL as usb2 host not working via j8

    Unsolved Flight Core and Legacy VOXL voxl
    3
    0 Votes
    3 Posts
    832 Views
    NirgeN
    @modaltb Using USB 2. Got my hands on an OTG adapter, seems to be doing the trick.
  • voxl_mpa_to_ros doesn't work with custom pipe data

    Unsolved Flight Core and Legacy VOXL voxl
    9
    2 Votes
    9 Posts
    2k Views
    Chad SweetC
    Great to hear! Feel free to create a pull request if you would like to get the feature into the mainline so you don't need to maintain a fork.
  • Voxl stuck in waiting after unbricking

    Unsolved Development Drones voxl m500
    12
    0 Votes
    12 Posts
    3k Views
    wilkinsafW
    Wanted to update this by saying I experienced same issue, but I resolved this by disconnecting tracking camera that had been installed upside down. So, if anyone is reading this in the future....try disconnecting your cameras attached to the board
  • 0 Votes
    2 Posts
    685 Views
    Chad SweetC
    Those are the specs from the vendor, we don't have any more information, sorry. The intensity image is published in MPA so you could perform a calibration on it to find out more details.
  • Two IMU's on the VOXL

    Unsolved Flight Core and Legacy VOXL voxl
    3
    0 Votes
    3 Posts
    1k Views
    m4v3rM
    @Chad-Sweet how many ekf_imu instances would you suggest running on a VOXL-FLIGHT in general, considering a decent workload already on the VOXL -part? cheers
  • Run and debug assembly code on VOXL Flight

    Unsolved Flight Core and Legacy VOXL voxl
    2
    0 Votes
    2 Posts
    430 Views
    ?
    Hi Parisa, A number of the gnu standard tools are defined explicitly to our architecture on voxl: arm-oemllib32-linux-gnueabi. If you tab out that (or just tab out "arm") you'll see a number of the standard tools like gcc, gdb, ld, objdump, etc. To run gdb on voxl would thus be arm-oemllib32-linux-gnueabi-gdb