Skip to content
  • VOXL FLight Deck + ROS/MAVROS

    Unsolved Flight Core and Legacy VOXL flight-deck
    3
    0 Votes
    3 Posts
    841 Views
    alfa budimanA
    I haven't tried it but I was just able to publish to /mavros/setpoint_velocity/cmd_vel_unstamped and the motor speed appeared to respond as expected when testing without propellers. This only works if the drone is set to offboard mode.
  • ERROR: failed to initialize IMU0

    Unsolved Flight Core and Legacy VOXL flight-deck
    9
    0 Votes
    9 Posts
    2k Views
    S
    @JP-Drone In my case, I was using the rb5 so the correct service was voxl-px4-imu-server, which was already running. The qvio, vison-px4 takes imu from imu_px4 not imu0. This is specific for the rb5.
  • Issue with magometer

    Unsolved Flight Core and Legacy VOXL flight-deck
    8
    0 Votes
    8 Posts
    967 Views
    MODUSM
    I think we found the issue. this version of the holybro compass has the magometer mounted upside down and turned 90 right. we were able to orient the sensor in QGCS. thanks for the help
  • 0 Votes
    3 Posts
    685 Views
    Steve TurnerS
    @mbahrami Modal AI ESC&2203.5 -- I don't see any reason why this wouldn't work. Battery voltage selection depends on how fast you need to spin the given prop of choice to generate sufficient lift/performance you need in your platform. If you spin the motor at one speed with 3S and that generates the performance you need then go with that. If you move to 4S and in doing so get the performance you want in terms of speed, endurance etc then go with 4S. Really depends on what your goals are. You can pick up a variety of battery pack configurations from any drone/FPV store and try those out -- just make sure you match your connector or get an adapter. Here are some posts on USB Cameras. I have tried this with some -- it works. https://docs.modalai.com/uvc-streaming/ https://docs.modalai.com/voxl-streamer/ For something like the Zed2 you probably need some custom drivers on the VOXL to work properly. Re: other color cameras -- defer to the ModalAI team on those. Hope this helps, Steve
  • 0 Votes
    11 Posts
    3k Views
    Dobry KolaczD
    @Uros . .
  • 0 Votes
    2 Posts
    599 Views
    Chad SweetC
    Please follow the documentation here and provide an update. Specifically the troubleshooting tips might help your arming issue.
  • using wifi 5ghz instead of 2.4ghz

    Unsolved Flight Core and Legacy VOXL flight-deck
    3
    0 Votes
    3 Posts
    698 Views
    Zeev MindaliZ
    too much setting with ads shell. I started to wrote entire web application, so I can change the values like every normal device have (such as routers) too many parameters to work with in add shell.
  • cloud points

    Unsolved Flight Core and Legacy VOXL flight-deck
    19
    0 Votes
    19 Posts
    3k Views
    Zeev MindaliZ
    last question : I could not see the point cloud with stereo , but since I need it to indoor solution, I will use tof anyway. I using the drone without any GPS module (don't need it) but I could not to change from manual to mission nor off board. when I change the gps to rc transmitter (first option) I was able to get move to mission but only left stick worked (up down rotate) the second stick won't work (forward and rotation) is there a way to move to mission without gps module?
  • Battery setup

    Unsolved Flight Core and Legacy VOXL flight-deck
    3
    0 Votes
    3 Posts
    714 Views
    Zeev MindaliZ
    sweet, i connecting to modalai voxl flight deck, i receiving it today, just wanted to be sure that i connecting the correct battery. already add support for java, rest (with java spring), python and js/node.js. changed also the web server to react with easy access. i will share with you my code (basicly a docker on same network)
  • java support and examples

    Unsolved Flight Core and Legacy VOXL flight-deck
    4
    0 Votes
    4 Posts
    804 Views
    Chad SweetC
    There is MAVROS and MAVSDK which might help with what you are looking for https://docs.modalai.com/mavros https://docs.modalai.com/mavsdk
  • GPIO via Python Script

    Unsolved Flight Core and Legacy VOXL flight-deck
    2
    0 Votes
    2 Posts
    512 Views
    Chad SweetC
    Hi Paolo, we do not have the GPIO interface implemented in python. We do have the i2c interface implemented in python and you could use that as a basis for accessing the GPIO interface. Source code here: https://gitlab.com/voxl-public/core-libs/libvoxl_io/-/tree/master/lib/python
  • No devices listed when checking ADB Devices

    Unsolved Flight Core and Legacy VOXL flight-deck
    2
    0 Votes
    2 Posts
    615 Views
    Chad SweetC
    Not sure if USB is exposed into your VM, or if that is possible? Can you type $ lsusb And share if anything shows up?
  • Checking vio during flying

    Unsolved Flight Core and Legacy VOXL flight-deck
    7
    0 Votes
    7 Posts
    1k Views
    John MccartyJ
    @Chad-Sweet I could`nt access odometry data via telemtry.
  • Receiver compatible issue with flight deck

    Unsolved Flight Core and Legacy VOXL flight-deck
    2
    0 Votes
    2 Posts
    759 Views
    Chad SweetC
    We have never tried that radio, but you are likely correct. The list of receivers tried is on our documentation here
  • AGC Exposure Cycling

    Unsolved Flight Core and Legacy VOXL flight-deck
    3
    0 Votes
    3 Posts
    1k Views
    B
    Thanks Alex. Mainly wanted to check if this was a known issue with hardware or the AE algorithm. It is strangely repeatable on this flight deck. Works indoors in pretty extreme high contrast, fails outside in hazy/overcast conditions. Another flight deck was working well in the same/similar conditions. We've ordered some more hardware and will follow up after doing more testing with AE settings.
  • VIO Issues while flying at night

    Unsolved Flight Core and Legacy VOXL flight-deck
    2
    0 Votes
    2 Posts
    800 Views
    ModeratorM
    There should be no expectation that VIO will work at night, it is a computer vision system that relies on visual features. Please see details here on troubleshooting VIO: https://docs.modalai.com/flying-with-vio/#troubleshooting-vio
  • Octocopter

    Unsolved Flight Core and Legacy VOXL flight-deck
    2
    0 Votes
    2 Posts
    711 Views
    Chad SweetC
    The Flight Core portion on the Flight Deck is very similar to a standard Pixhawk with very close to stock PX4. There are 8PWM, so if you assign all of them to motors in an Octo configuration, it should work as any other PX4 flight controller would work.
  • Logging data for evaluation

    Unsolved Flight Core and Legacy VOXL flight-deck
    3
    0 Votes
    3 Posts
    908 Views
    E
    Thanks @modaltb! I just searched for "voxl-logger" and nothing came up because it's not the name of a project. I will spend some time exploring the repos.