Skip to content

Starling & Starling 2

218 Topics 998 Posts

Questions regarding the Sentinel VOXL 2 Development Drone

  • 0 Votes
    1 Posts
    28 Views
    No one has replied
  • Purchasing Starling 2

    1
    0 Votes
    1 Posts
    33 Views
    No one has replied
  • Starling 2 components

    2
    0 Votes
    2 Posts
    1k Views
    A
    Hi, I would like to know what wifi module is on the drone. The one mounted on the drone is different than AlfaNetworks? Adam
  • Camera Intrinsics, VIO and more..

    3
    0 Votes
    3 Posts
    1k Views
    Alex KushleyevA
    Hi @dinesh-varun-kandiyappan , please see responses below: the high resolution cameras (IMX412) are not calibrated during production. PMD tof does have intrinsics avaiable and they are downloaded from the sensor directly when the voxl-camera-server strarts. We did make a feature branch to print out those intrinsics for the TOF sensor - we can revisit that (and mainline it). You can use our tool voxl-calibrate-camera to perform intrinsics calibration of the fisheye IMX412 camera. We also have some improvements to make the process more efficient for high resolution images - if you need that, we can share the update (on todo list to mainline). https://docs.modalai.com/calibrate-cameras/ all the extrinsics are obtained from the 3D CAD models (not calibrated). they should be pretty accurate, but we do not have any data / analysis on the accuracy Yes, TOF sensor is an indoor sensor because outdoors the IR light will interfere with the sensor. We used to have drones that used DFS (Depth From Stereo, which used an algorithm from Qualcomm), but that stereo camera setup (using old ov7251 cameras) is EOL and we are not actively developing / testing DFS. However, you could potentially put together two AR0144 tracking cameras in a stereo configration and try DFS. QVIO only works using a single camera, but Open-Vins supports multiple cameras and that provides more reliable VIO solution. We are not developing QVIO, but Open-Vins is under active development and testing, so you should probably start with that. Also, QVIO is closed source (and not being actively developed), so it has no potential for updates / improvements. Can you please clarify? the PX4 params should be set up correctly for each drone after you run voxl-configure-mpa Can you please clarify? Is the goal for your model to control the vehicle's flight? (if so, what type of controls?) Alex
  • 0 Votes
    3 Posts
    967 Views
    Adrian HidalgoA
    Hello Timothy, Excellent! That is certainly possible to do. Yes, with some configuration it can be compatible. You will need to reconfigure MPA from the C28 camera config to the C29 camera config. They will need a new front camera bezel(M10001278), TOF safety shield(M10000537) and everything in MSU-M0178-1-01. Most of the hardware can be reused but as a precaution would also recommend QTY. 4 M10000884(M1.6X6 Screws) & QTY. 4 M10000882(M2.2X10 Screws). If you would like to proceed with the purchase, please email contact@modalai.com with the contents above. Regards.
  • Starling 2 Max C28 vs C29

    9
    0 Votes
    9 Posts
    2k Views
    Timothy ZinwotaT
    @Alex-Kushleyev said in Starling 2 Max C28 vs C29: @jbiscan21 , yes you can add the TOF sensor to Starling 2 Max, but you will also need a new front plastic mount that will hold the hires and tracking cameras as well as the new TOF sensor. You can order the mount (which will be a drop in replacement for the original camera mount) with the TOF sensor. If you do want to proceed with the TOF sensor + plastics order, we will need to double check that all the necessary screws are included. You would need to send an email for a custom order to start this off and mention this thread and that we need to include mounting hardware. https://www.modalai.com/pages/contact-us (related post : https://forum.modalai.com/topic/5157/c29-configuration) See more detailed pictures. [image: 1778622521915-06f55cf3-051e-4cf8-8029-dc558eddf484-image.png] [image: 1778622565955-d6b9c715-eb34-4012-8785-f8c317d4e743-image.png] [image: 1778622615250-74789adc-815b-4c67-9663-aae23dc96106-image.png] Alex @Alex-Kushleyev We are trying to purchase the TOF sensor for our Starling 2 max c28 configuration. The sales department asked to make a post on the forum for technical information which I did here Can you confirm if we can also reference this post to make the purchase for our drone with the required parts included? We'd like to place an order as soon as possible. Thank you, Timothy Zinwota University of Nevada, Las Vegas.
  • Starling 2 replacement piece

    2
    2
    0 Votes
    2 Posts
    1k Views
    Alex KushleyevA
    @ey , we are working on making a replacement plastic kit available. It looks like you may have gotten a response from our team already, but moving forward we should have some kits available soon. Alex
  • Modal starling2 downward camera

    2
    0 Votes
    2 Posts
    968 Views
    Alex KushleyevA
    @Arunabh-Sharma , I believe the extrinsics file is correct. Here is an extrinsics file for Starling 2 (which can support up to 3 tracking cameras, depending on configuration). https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-mpa-tools/-/blob/master/misc_files/usr/share/modalai/extrinsic_configs/D0014_Starling_2.conf tracking_down is the camera we want and the extrinsics are: "parent": "imu_apps", "child": "tracking_down", "T_child_wrt_parent": [-0.08825, -0.0045, 0.0269], "RPY_parent_to_child": [0, 0, 180] [image: 1782188708958-54bec293-dddc-48e7-903b-47dda8c48787-image.png] I have labeled the camera X and Y axes on the down-facing rear camera and the rotation matches up with 180 degree yaw with respect to the drone's body axes (X=forward, Y=right, Z= down) Please note something that may add to the confusion. The front facing tracking camera is technically upside down (using our standard convention that i labeled for the down-facing camera), however we rotate the image 180 degrees in the camera itself during image read-out, so that the image looks right side up without any software work. This 180 degree rotation is selected in voxl-camera-server.conf with a rotation parameter, which instructs voxl-camera-server to set a special register in the camera to reverse the image readout. This is why you will see tracking_front and hires cameras having the same rotation extrinsics, while the tracking_front camera is physically upside down. Some more info about our extrinsics and conventions : https://docs.modalai.com/configure-extrinsics/ Alex
  • Issues with controller and drone

    22
    0 Votes
    22 Posts
    1k Views
    Eric KatzfeyE
    @daniellee This log shows a normal flight happening in altitude hold mode. RC inputs are coming in and motors are spinning. Was there some issue with the flight this log was captured from?
  • GNSS EMI Mitigation Guidelines

    7
    1 Votes
    7 Posts
    2k Views
    Alex KushleyevA
    Hi @bschulzhf You need to copy the new sensormodule file with the correct slot id (number at the end) to /usr/lib/camera and (re)move the existing one, so that it does not get picked up by the camera pipeline. Good idea to back up your existing configuration before making changes. Also more general details here : https://docs.modalai.com/configure-cameras/#connect-a-new-camera Alex
  • 0 Votes
    6 Posts
    820 Views
    Hector GutierrezH
    @ApoorvThapliyal : the problem (Error message: "set_position_target_local_ned: coordinate frame 0 unsupported") appeared in QGC after updating VOXL SDK from 1.5.0 to 1.6.3. The error blocked me from being able to use QGC to calibrate or arm the drone. Stopping and restarting voxl-vision-hub solved the problem. For now I'm using voxl-vision-hub as it comes on SDK 1.6.3 (no changes yet) and have not made changes to the .conf file (yet).
  • ELRS BetaFPV receiver bricked when updating SDK on Starling 2

    6
    1
    0 Votes
    6 Posts
    896 Views
    Hector GutierrezH
    @Ben-Linne : Thanks for the excellent instructions. Worked perfectly first shot. betaFPV is back to normal and binds to the radio controller ! Best regards, Hector
  • Standoffs part

    2
    0 Votes
    2 Posts
    762 Views
    ModeratorM
    @jbiscan21 said in Standoffs part: standoffs You can find them here: https://www.modalai.com/products/starling-2-max-replacement-parts?variant=66893548028208
  • Disable GPS and compass

    4
    0 Votes
    4 Posts
    4k Views
    K
    Good tip. For anyone testing without the GPS module attached, setting SYS_HAS_MAG=0 and EKF2_MAG_TYPE=5 seems to be the key part since the compass is on the GPS board. I was also looking at some compass-related references on 123compass.org while trying to understand the magnetometer side of it.
  • OpenVINS and FLIR Lepton

    1
    0 Votes
    1 Posts
    399 Views
    No one has replied
  • C29 Configuration

    4
    0 Votes
    4 Posts
    1k Views
    Alex KushleyevA
    @jbiscan21 , sorry i am surprised that we don't have a photo of the Starling 2 Max with the TOF mounted. Please see below. The TOF sensor is oriented vertically on the front face, right next to the front hires and tracking cameras. If you need to mount the sensor somewhere else, you can use an available extension flex (it only works for the TOF V2 sensor) : https://www.modalai.com/products/msu-m0170 [image: 1778622060259-82033d14-9ca0-4a39-8963-1bc405ee5d09-image.png]
  • Does a NDAA Compliant controller for ELRS exist?

    1
    0 Votes
    1 Posts
    603 Views
    No one has replied
  • TOF sensor hardware on the starling 2 max

    3
    0 Votes
    3 Posts
    1k Views
    J
    @Moderator Why is it not plug in play? I found the spot to connect to the board but configuring the SKU based on C29 did not work. Also, the connector seems really short so I am curious how the C29 config looks.
  • Starling 2 Max Ardupilot GPS

    3
    1
    0 Votes
    3 Posts
    1k Views
    wilkinsafW
    Update fix Replace defaults.parm with upstream version: https://github.com/ArduPilot/ardupilot/blob/ee1e4bbf74061760826b17464383d63c1a11924c/Tools/Frame_params/ModalAI/Starling2Max.parm Rename Starling2Max.parm to defaults.parm in /data/APM Edit SERIAL3_BAUD=9 (in defaults.parm) Edit GPS1_TYPE=2 (in defaults.parm) Remove *.stg files in /data/APM Reboot and power off the voxl2 multiple times, checking the gps driver
  • Starling 2 central battery clamp replacement

    2
    0 Votes
    2 Posts
    769 Views
    Alex KushleyevA
    @Aniruddha , we currently do not have an option to order this via our online shop, but you have some other options: email us using contact form and request a custom order of those parts : https://www.modalai.com/pages/contact-us download the CAD model (https://developer.modalai.com/asset) and 3D print the part(s) yourself or order them to be printed. We use MJF material for these parts. Sorry for the inconvenience. We will look into making the spare part ordering process easier. Alex