@tejasram The source code is here: https://gitlab.com/voxl-public/voxl-sdk/services/voxl-tag-detector. Perhaps try changing #define MAX_TAG_LOCATIONS 64 in locations.h.
ModalAI Team
-
RE: Using more than 64 tags in the tag_locations.confposted in Modal Pipe Architecture (MPA)
-
RE: Minimizing voxl-camera-server CPU usage in SDK1.6posted in Video and Image Sensors
Hi @Rowan-Dempster ,
We just merged the changes to dev : https://gitlab.com/voxl-public/voxl-sdk/core-libs/libmodal-pipe/-/merge_requests/39.
A new build of the
libmodal-pipelibrary will be added after tonight's nightly build here : http://voxl-packages.modalai.com/dists/qrb5165/dev/binary-arm64/ .Any SDK releases after this will include this support.
Alex
-
RE: Can't start PX4 PCA9685 Driverposted in VOXL SDK
if you need the latest packages (libfc-sensor), you can find them here : http://voxl-packages.modalai.com/dists/qrb5165/dev/binary-arm64/
-
RE: Can't start PX4 PCA9685 Driverposted in VOXL SDK
@cbay , I am not an expert at this, but i think it is probably related to a additional .c param file, which our custom drivers use, for example : https://github.com/modalai/px4-firmware/blob/voxl-dev/src/drivers/actuators/voxl_esc/voxl_esc_params.c
You may need to add one.
Alex
-
RE: Can't start PX4 PCA9685 Driverposted in VOXL SDK
@cbay , you can run
voxl-px4in foreground mode :voxl-px4 -d, -d to disable the daemon mode (which is used in systemd service mode).Then you will get the px4 console. You can use the console to add new params and save them
Alex
-
RE: Can't start PX4 PCA9685 Driverposted in VOXL SDK
@cbay That driver is not part of the build nor has it ever been tested on VOXL 2. You would have to add it to the build (e.g. in https://github.com/modalai/px4-firmware/blob/voxl-dev/boards/modalai/voxl2-slpi/default.px4board)
-
RE: TELEMETRY DATAposted in FPV Drones
@taiwohazeez This is what most people use: https://qgroundcontrol.com/
-
RE: M0172 CAD file not correctposted in 3D Models
@jakkkkobo , It looks correct to me: https://storage.googleapis.com/modalai_public/modal_drawings/M0172_REVA_3D_2025-11-03.step
What is the issue that you see?



-
RE: PX4 -> QGC connection through USB for VOXL2posted in Ask your questions right here!
If you have multiple active network interfaces, then you need to set up routing rules using standard linux network tools (
ip route ..). You can check the current routes usingip route liston voxl2.voxl-my-ipscript probably just returns the first available ip address. you can useifconfigto check all the interfaces.As an example... assuming your wifi ip range is 192.168.10.x (192.168.10.1 is the wifi router's ip address) and usb0 is 192.168.7.x
# route to the Linux host (192.168.7. subnet) via usb0 sudo ip route add 192.168.7.0/24 via 192.168.7.1 dev usb0 # default route for all other traffic via wlan0 sudo ip route add default via 192.168.10.1 dev wlan0If you want to make these routes persistent you will have to edit
/etc/network/interfaces.. Please check Linux networking documentation.Alex
-
RE: No ov_overlay in portalposted in GPS-denied Navigation (VIO)
Can you confirm you have the raw feed button? Please give a try if you have.
Example follows:
