@Inverse-AJ A quick look at the code shows that CP_DIST has to be greater than 0 and current flight mode has to be manual position mode. What flight mode are you in?

Posts made by Eric Katzfey
-
RE: I can't see OBSTACLE_DISTANCE on QGC
-
RE: support for septentrio GNSS / GPS receiver modules
@Eric-Katzfey The code would have to be changed to something the compiler can deal with.
-
RE: support for septentrio GNSS / GPS receiver modules
@ravi said in support for septentrio GNSS / GPS receiver modules:
is too small to hold all values of
Seems like the compiler doesn't like that code. See: https://stackoverflow.com/questions/36005063/gcc-suppress-warning-too-small-to-hold-all-values-of
-
RE: SSH Reboot Not Working
@mrawding I just tried
reboot
andshutdown -r now
from an ssh session and both seem to work fine. After the board reboots I can ssh back into it. Are you using WiFi? -
RE: getting omni-vision capability
@Mark-Ogata Just in terms of bandwidth you will definitely see more with the Ethernet versus UART. Don't use the USB-C adapter directly on the VOXL 2. That is really only for adb. You would want an add on board that exposes one or more USB2 ports. Then you could attach a USB Ethernet dongle. It's more hardware but more bandwidth. Are you sure you even need the Raspberry Pi? Couldn't you just do everything on VOXL 2?
-
RE: Sentinel HITL
@jmltt Yes, those instructions will work. But getting access to that UART is probably the most challenging part. I would purchase one of these: https://www.sparkfun.com/usb-to-ttl-serial-cable.html (or equivalent 3.3V cable) and this adapter https://www.sparkfun.com/breadboard-to-jst-ghr-04v-cable-4-pin-x-1-25mm-pitch.html. That combination has been working well for me.
-
RE: Avions power low warnings
@Ansel-Misfeldt said in Avions power low warnings:
avionics power low
FYI: We normally set CBRK_SUPPLY_CHK to 894281 to disable this check
-
RE: "Assistance Needed: Queries Regarding VOXL 2 for Quadcopter Development - Indoor inspection drone"
@Tamilselvan we currently support only one PMD TOF sensor. due to power and connector requirements.
-
RE: getting omni-vision capability
@Mark-Ogata Regarding the Raspberry Pi, you could connect with a UART or you could connect via Ethernet (With proper intermediary hardware).
-
RE: ArduPilot on Voxl2
@TomP Oh, yes, this is all great news! Very exciting to hear! I will send an email to your account with some follow up questions.
-
RE: ArduPilot on Voxl2
@TomP Wonderful! So glad to hear. And I would really love to hear how the flight testing goes. We've never tried a VOXL 2 (or VOXL 2 mini) on a fixed wing (with ArduPilot) so be careful and triple check to make sure everything looks setup correctly before launching.
-
RE: ArduPilot on Voxl2
@TomP Okay, I think that firmware needs to be upgraded. Can you try voxl-2-io and choose upgrade_firmware?
-
RE: ArduPilot on Voxl2
@TomP A new voxl-ardupilot package with debug information added. But we may not need that. Try
voxl-2-io detect
and then if that is successful then tryvoxl-2-io scan
-
RE: ArduPilot on Voxl2
@TomP Can you stop ardupilot and then run this command on VOXL 2 mini?
voxl-2-io detect
-
RE: ArduPilot on Voxl2
@TomP Yep, that all looks fine. Shoot. I may need to send you a new package with extra debug information to help debug this since by default there really isn't much we can see.
-
RE: ArduPilot on Voxl2
@TomP Can you tell me how you have connected the UART pins on M0065 to the UART pins on VOXL 2 mini? Like the actual pin numbers that are connected?
-
RE: ArduPilot on Voxl2
@TomP Hmm, that looks correct. On my test setup running ArduPlane with those values I see output values being sent to the M0065 board. I'm wondering if there is a connectivity issue between the VOXL 2 mini and the IO board.
-
RE: ArduPilot on Voxl2
@TomP If you set the SERVO(x)_FUNCTION parameters according to this: https://ardupilot.org/plane/docs/servo-functions.html#overview do you get any PWM output?
-
RE: ArduPilot on Voxl2
@TomP What are the settings of all the SERVO(x)_ params?