@chenzhe that is a Sentinel, you can find the 3D models here: https://docs.modalai.com/sentinel-functional-description/#sentinel-3d-step
Posts made by Moderator
-
RE: Flight Deck for M500
-
RE: PX4 HW & firmware interaction with VOXL2
@wolde-cosgrove there is a lot of documentation on this topic here: https://docs.modalai.com/voxl-px4/
-
What's the cost to get Stinger Vision FPV 3.5" sUAS with Thermal camera?
We plan to make a version available with a thermal camera in the summer of 2025. It may be subject to export controls
-
Microhard Integration on VOXL m500
-
Which Microhard units do you recommend for reliable integration with the VOXL m500 (both for the air unit and the ground unit)?
-
Could you provide a complete wiring map or diagram showing how to physically connect the Microhard modem to the VOXL board, including power supply details and which ports to use?
- This will help us avoid trial-and-error and ensure correct setup.
-
Do you provide flash files or firmware for the Microhard air and ground units that are configured to work with the m500 out of the box?
- If not, can you supply support through what’s needed to configure both units manually?
-
Do you provide documentation that explains how to access and configure the Microhard units via their IP interfaces?
Specifically, we’re looking for a step-by-step guide (PDF or otherwise) that shows how to:
- Enter the Microhard configuration interface (e.g., IP address access)
- Set communication parameters and network settings
- Pair the air and ground units to establish a working link
-
-
RE: Camera reports quality of 99 but altitude is incorrect vs baro (using ArduPilot-4.7)
@Randy-Mackay Do you know which version of the VOXL SDK is being used? We have recently transitioned over from voxl-qvio-server to voxl-openvins-server for VIO. OpenVINS is open source, so we have been investing our time there. Qvio is closed source and we can't really update the internals.
-
RE: Hires image sensors and FPV goggles
@victochen We are announcing products that will address this next week at Xponential, stay tuned!
-
RE: Heavy drift on VOXL 2
@astro_phil what do you mean by position control? How are you achieving your position estimate? If it's VIO, we achieve <1cm drift in position hold on our drone platforms
https://docs.modalai.com/flying-with-vio/#troubleshooting-vio
-
RE: Flight Deck Stereo Cameras
@inteous yes, there are a number of considerations
Please see:
https://docs.modalai.com/configure-extrinsics/
https://docs.modalai.com/calibrate-cameras/ -
RE: Custom Camera Configuration with M0173
@swickliff can you help with the config you are trying to achieve? we can review and see if it's possible first
-
RE: Starling 2 Max camera questions
Do the cameras have 3-axis stabilization?
NoMaximum resolution of video streaming?
4k video recording is supportedAny specific information related onboard processing?
VOXL 2 is the onboard computing, this may be helpful https://docs.modalai.com/voxl2-feature-matrix/ -
Starling 2 Max camera questions
From an inbound email:
Do the cameras have 3-axis stabilization?
Maximum resolution of video streaming?
Any specific information related onboard processing? -
RE: In need of a quote to purchase 2 m0153
@FIREBIRD Sure, reach out at https://modalai.com/contact
Yes, it's supported in production volumes
-
RE: Questions on Sensor and Hardware Choices
@QSL Hi, thank you for reaching out. There are many ways to achieve what you are trying. Starling 2 is the best starting point. You can then learn about what will work and what will not work and build out your system design from there.
-
RE: Warranty and Replacement Parts for PX4 Autonomy Development Kit & Starling 2 Drones
@Ege-Yüceel You can find our warranty information at https://www.modalai.com/warranty
You can find the STEP file for the design here: https://docs.modalai.com/starling-2-datasheet/#starling-datasheet
Starling 2 replacement parts can be found here: https://www.modalai.com/products/starling-2-replacement-parts
If there is a part you need, we can make it available for purchase.
-
RE: Starling 2 Drone - RC connection issues, and HITL issues.
@dguido2023 Sorry you are struggling with your Ghost Receiver. Can you please help with an explicit issue or question? We don't have a problem configuring these in the factory, so maybe we can get you setup quickly.
Have you looked through this guide? https://docs.modalai.com/orqa-ghost/
Which SKU of Starling 2 do you have? Was it preconfigured with a Ghost receiver?
What version of SDK are you using?
If you installed the receiver yourself, how is it connected to the VOXL 2?
Are there specific configuration steps you tried that failed?
-
RE: VOXL Mapper on VOXL2 Mini
@Käptnzursee There is no restriction for voxl-mapper running on VOXL 2 Mini. Is there any reason to believe it shouldn't?
-
RE: Flash Flat Build Fails in QDL recovery steps
@yardy Folks recover using that tool all of the time. When it doesn't work, it's due to hardware damage. Often from ESD, or simply crashing the drone. See https://modalai.com/handling
-
RE: Starling 2 Max Weight Clarification: Is Battery Included in 500g Net Weight?
@wen-max On the datasheet it says take-off weight of 566g https://docs.modalai.com/starling-2-max-datasheet/
Take off weight includes the battery
-
RE: Voxl-logger
@Aaron-Porter That's not really the point of voxl-logger. voxl-logger saves the data as close to native as possible so it can be used with voxl-replay for simulation. PNG is often used as it's lossless compression. You could fork the project and add a new format. We're always interested in pull requests for new future additions