Is there a way to access the kernel serial debug port on M0090? It seems there are FTDI components but they are not populated.
Best posts made by Moderator
-
Access kernel debug serial port from M0090 5G modem
-
RE: VIO and GPS in position mode
@tahawaru Here is some documentation on configuring VIO https://docs.modalai.com/flying-with-vio/
PX4 does not currently handle GPS and VIO concurrently. It is something that we have worked with the PX4 developers on for more than 2 years.
It's a complicated problem though that we keep working to improve. To start experimenting, and hopefully helping to develop that feature, read through PX4's documentation on EKF2.
To debug VIO, look to this area of the documentation specifically https://docs.modalai.com/flying-with-vio/#troubleshooting-vio
-
RE: VOA not working with ToF
@Jetson-Nano Looks like MPC_POS_MODE is needed as well per the documentation https://docs.px4.io/main/en/computer_vision/collision_prevention.html
-
RE: Voxl-mapper on VOXL2
voxl-mapper has been working on VOXL 2 for about a year. It should work out of the box on a Starling.
What you may be referring to is better documentation for using with stereo sensors instead of TOF sensors, but in general the voxl-mapper package is working.
This video shows how it works - https://www.youtube.com/watch?v=gqlSKRP8prc&ab_channel=ModalAI
-
Please Read: Support Request Format for Best Results
When making a request for support, there are some key pieces of information that really help speed up the support process. Please try to include the following when making a request:
- What hardware are you using? If you have specific SKU or serial number, that is also helpful
- What version of software are you using? voxl-version is very helpful for determining software version.
- How have you configured the software? What is the output of voxl-inspect-services
- Do you have any logs? Uploading PX4 logs to https://logs.px4.io can be very helpful. See details on PX4 logs here
- Can you share pictures of your setup?
- Have you looked at the source code? If so, can you point to any potential issues?
-
RE: OV9782 tracking configuration
If you see the sensor in the portal, you have the sensor configured properly.
By fails to calibrate, are you using voxl-camera-calibration ?
-
RE: Are there any URDF for the dev drones>?
if you viewed the data through voxl-portal, it would already be rotated properly.
The Starling's extrinsic parameters can be found here, which should help you configure your URDF
-
RE: Voxl-mapper realtime cpu usage
@Amir-Avni On VOXL 2, voxl-mapper runs < 10% of CPU in typical configurations, on VOXL 1 < 30% of CPU
-
RE: HiRes M0107 IMX412 compatiblity with Voxl2 mini board
@Sanket-Shah voxl-inspect-cam can be used to verify it's working and see related stats. You need a GUI of some kind to actually view the image, which requires a network
-
RE: Reference frames extrinsics clarification
@tiralonghipol if you viewed the data through voxl-portal, it would already be rotated properly. It's not clear which viewer you are using for the data.
The Starling's extrinsic parameters can be found here, which should help you configure your tools
Latest posts made by Moderator
-
RE: UART Conneciton for Companion Computer / External Flight Controller
@Chase-Riley the recommended approach is to use J18 ESC port directly: https://docs.modalai.com/voxl2-external-flight-controller/#voxl-2-connecting-an-external-flight-controller
-
RE: flir boson beta hardware
You can reach out at https://modalai.com/contact and we will work with getting you enabled
-
RE: Starling 2 Max Drone drifting off
@vamsi manual mode will have drift, are you sure there is really an issue? Manual mode has no position control
-
RE: Hires camera not working with TFlite server
@arcj can you share your working tflite configuration with M0014 and the configuration that is not working with M0025?
-
RE: Timeline for open-vins documentation
@Viktor-Gal have you read through the troubleshooting VIO documentation? https://docs.modalai.com/flying-with-vio/#troubleshooting-vio
-
RE: Voxl 2 mini overheating and rebooting
@LucaVertiq Hi, sorry you're running into issues. You should probably try the unbricking process https://docs.modalai.com/voxl2-unbricking/
-
RE: VOXL 2 Camera Connected but Not Feed
@Wesley-Gunawan did voxl-inspect-cam show anything while voxl-camera-server was running? it looks like you restarted voxl-camera-server while voxl-inspect-cam was running.
I think the proper steps are:
- update config (done)
- reboot VOXL 2
- run voxl-inspect-cam -a
-
RE: Timeline for open-vins documentation
there is still a lot of churn on the APIs, etc. which makes it difficult to document and support comprehensively
-
RE: VOXL 2 Camera Connected but Not Feed
@Wesley-Gunawan Can you please set and run inspect-cam again?
"en_preview": true,
"en_snapshot": false,
-
RE: VOXL 2 Camera Connected but Not Feed
@Wesley-Gunawan that looks like it's running properly. Can you open another terminal and run
voxl-inspect-cam -a
?