@h3robotics If the hardware is all good you should see the Sierra wireless device enumerate with lsusb
and well as the network interface, wwan0
enumerate when you check ifconfig
administrators
-
RE: Unable to configure LTE modem
-
RE: VOXL2 usb camera support
@jacob-yaacubov We have some add-on boards that would allow connection of 2 USB cameras. For example: https://www.modalai.com/collections/voxl-2-add-ons/products/voxl-microhard-modem-usb-hub and https://www.modalai.com/collections/voxl-2-add-ons/products/voxl-lte?variant=32449203601459
-
RE: VOXL FPV Racing 4-in-1 ESC with flight core v2 and voxl2
@Jetson-Nano Are you using PX4 on the flight core v2? If so, what version? What do you mean when you say that it is not recognizing the ESC?
-
RE: Starling 2 Max camera questions
@EduardoP Yes, the video stream is separate from the command and control stream. Video is streamed using RTSP, and telemetry, command, and control is streamed using Mavlink. Beyond this, VOXL 2 is meant to be an open development platform that you can use to create your own custom methods of streaming if so desired.
-
RE: downloading the voxl-mapper service log file
@Meytal-Lempel You mean like
journalctl -b -u voxl-mapper
? -
RE: downloading the voxl-mapper service log file
@Meytal-Lempel Here is the logging documentation: https://docs.modalai.com/voxl-logger/
-
RE: Custom Camera Configuration with M0173
@swickliff This is how the voxl-camera-server.conf file is generated, using these higher level config files (the following are the M0173 configs):
These files live on target a
/usr/share/modalai/voxl-camera-server/standard_configs/platform_config_1/
You can add a new custom config here and then setup the voxl-camera-server config file by running
voxl-configure-cameras XX
whereXX
is the camera config number you've chosen -
RE: ( VOXL2 PX4 ROS2) MPA to ROS2 for Battery Voltage & Problems
@GlennTee Can you please start a separate post for each new question? Thanks!
-
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