@aspen Can you provide the log file? There is a version of px4 v1.16 available here: http://voxl-packages.modalai.com/dists/qrb5165/dev/binary-arm64/voxl-mainline-px4_1.16.0-1.0.4-202509030932_arm64.deb
Posts made by Eric Katzfey
-
RE: Starling 2 Max - max thrust in position mode, with throttle at 0, causing it to jump into the air unprompted.posted in Ask your questions right here!
-
RE: Starling 2 Max doesn't report battery informationposted in Starling & Starling 2
@Hunter-Scott If you delete all logs then fly you don't see any log files afterwards?
-
RE: Use lidar for localization instead of Qvioposted in Starling & Starling 2
@Muqing-Cao Just the standard Mavlink ODOMETRY message is what we have used. Not exactly sure how that translates into ROS land. But it isn't anything ModalAI specific.
-
RE: Use lidar for localization instead of Qvioposted in Starling & Starling 2
@Muqing-Cao Yes, definitely. The applications are auto started using systemd services and can be stopped / disabled using standard commands as desired.
-
RE: Starling 2 Max doesn't report battery informationposted in Starling & Starling 2
@Hunter-Scott The log you provided contained battery_status
-
RE: DRONE NOT FLYINGposted in FPV Drones
@taiwohazeez Are the propellers spinning in the right direction? If they are attached in the correct place, the motors are spinning in the correct direction, and they are spinning faster than another flying drone then physics says it will fly also.
-
RE: Starling 2 Max doesn't report battery informationposted in Starling & Starling 2
@Hunter-Scott Can you supply a px4 log file?
-
RE: DRONE NOT FLYINGposted in FPV Drones
@taiwohazeez Could the propellers have been removed and replaced such that they are no longer in the proper position? If they are reversed they will be trying to push the drone down instead of up.
-
RE: Turtle mode compatibility with non Modalai ESCposted in Ask your questions right here!
@Jetson-Nano Okay, well we don't support that right now. If you want to make your own build then you can probably just replace all of the files in the src/drivers/actuators/voxl_esc with the files from the voxl-fpv-dev branch.
-
RE: Turtle mode compatibility with non Modalai ESCposted in Ask your questions right here!
@Jetson-Nano It's hard to follow what you are asking. Are you trying to add turtle mode to another ESC driver? Are you trying to get turtle mode working with a joystick and VOXL ESC?
-
RE: RRFPV PIZZA 13” rebuild with NDAA components/ModalAI componentsposted in VOXL Compute & Autopilot
@bambamoda The VOXL 2 can support 8 PWM outputs with this add-on board: https://www.modalai.com/products/voxl2-io?variant=40610514206771.
-
RE: Turtle mode compatibility with non Modalai ESCposted in Ask your questions right here!
@Jetson-Nano This is a feature that was designed specifically for our FPV drones so that is the only branch that has it supported.
-
RE: RRFPV PIZZA 13” rebuild with NDAA components/ModalAI componentsposted in VOXL Compute & Autopilot
@bambamoda Are you asking about flight controllers (FC) that can do 8 motors or ESCs that can do 8 motors?
-
RE: Turtle mode compatibility with non Modalai ESCposted in Ask your questions right here!
@Jetson-Nano The turtle mode is built into the px4 voxl_esc driver so it will only work with that ESC.
-
RE: VOXL 2 Connecting an External Flight Controller Problemposted in VOXL 2
@ravi I'm suspecting you have a bad cable or the cable is subject to some interference. Can you try this on a benchtop with just a VOXL 2 and an FC v2 and no other components? Is it currently integrated into a custom drone? Can you look at the signal quality on the TX and RX UART lines with an oscilloscope?
-
RE: VOXL 2 Connecting an External Flight Controller Problemposted in VOXL 2
@ravi Here is what I see on my setup testing with baudrate 921600, TELEM1 (J1), and J18 (12):
nsh> mavlink status instance #0: GCS heartbeat valid mavlink chan: #0 type: GENERIC LINK OR RADIO flow control: OFF rates: tx: 1773.5 B/s txerr: 0.0 B/s tx rate mult: 1.000 tx rate max: 46080 B/s rx: 570.5 B/s rx loss: 0.0% Received Messages: sysid:255, compid:190, Total: 2341 (lost: 57) msgid: 126, Rate: nan Hz, last 0.01s ago msgid: 4, Rate: 0.1 Hz, last 2.27s ago msgid: 0, Rate: 1.0 Hz, last 0.58s ago msgid: 69, Rate: 29.1 Hz, last 0.02s ago sysid: 1, compid:197, Total: 108 (lost: 0) msgid: 0, Rate: 1.0 Hz, last 0.86s ago FTP enabled: YES, TX enabled: YES mode: Normal Forwarding: Off MAVLink version: 2 transport protocol: serial (/dev/ttyS6 @921600) ping statistics: last: 14.29 ms mean: 31.46 ms max: 135.44 ms min: 13.21 ms dropped packets: 0 -
RE: GPS not connecting to Voxl 2posted in Ask your questions right here!
@alan123 If it keeps reporting changing to a new UART baudrate then that's an indication that it isn't connecting at all to the GPS unit. You could also put an oscilloscope on the lines to see if you can detect traffic from the GPS and from VOXL 2.