@joshuagaus Sorry, but SBUS is not supported. That option will be hidden in future SDK releases to prevent confusion.
Posts made by Eric Katzfey
-
RE: M0184 ELRS reciever bricks itself upon switching output mode to SBUSposted in Ask your questions right here!
-
RE: Starling Max 2 Sideways Bench Testingposted in Ask your questions right here!
@Myles-Levine You should see an actuators tab. Do you have our standard VOXL SDK loaded on the drone?
-
RE: voxl-send-command exit status implementation requestposted in Feature Requests
@jameskuesel Feel free to make the change and submit a PR
-
RE: autonomy stackposted in Ask your questions right here!
@Gad-Levin We generally use HITL. There is some documentation here: https://docs.modalai.com/voxl2-PX4-hitl/. This is the repo with the most up to date HITL driver for VOXL: https://github.com/modalai/px4-firmware/tree/voxl-fpv-dev. There is some more info in the HITL driver README: https://github.com/modalai/px4-firmware/blob/voxl-fpv-dev/boards/modalai/voxl2-slpi/src/drivers/dsp_hitl/README.md. I'm sure there's some outdated / incomplete information in those documents but it should give you a pretty good starting spot. This is the cable I use: https://www.sparkfun.com/usb-to-ttl-serial-cable.html
-
RE: Starling Max 2 Sideways Bench Testingposted in Ask your questions right here!
@Myles-Levine Have you tried with the QGroundControl motor (actuator) spin tab?
-
RE: voxl-px4 time sourceposted in Ask your questions right here!
@jon For MONOTONIC the apps side uses the slpi version so that they are in sync. Your application should use apps MONOTONIC. PX4 will convert it using timesync.
-
RE: Preflight Fail: Compass Sensor 0 missingposted in Starling & Starling 2
@Nitin-Varma-Vegesna Well, that's why I asked you to do the full SDK installation. If you install the SDK and set it up as we do from the factory then it should be working like when you first got it. If it doesn't then that potentially points to some damage caused by the crash and not some configuration change you have made since then.
-
RE: Preflight Fail: Compass Sensor 0 missingposted in Starling & Starling 2
@Nitin-Varma-Vegesna You can set parameters via
voxl-configure-px4-params. -
RE: AprilTag relocalization fails with down-facing camera due to camera extrinsics mismatch (roll/pitch out of bounds)posted in AprilTag Relocalization
@kgn-mdlai Unfortunately, the April Tag code is quite outdated and hasn't been tested on any of our latest hardware. As it is now it is provided as reference code and if you are able to get things working correctly on your own we are happy to accept PRs to the repo. We do plan an update of this in a future revision of the SDK but there is no scheduled date that we can provide right now.
-
RE: Using more than 64 tags in the tag_locations.confposted in Modal Pipe Architecture (MPA)
@tejasram The source code is here: https://gitlab.com/voxl-public/voxl-sdk/services/voxl-tag-detector. Perhaps try changing
#define MAX_TAG_LOCATIONS 64inlocations.h. -
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: Uncontrollable Behavior and Missing Logsposted in Support Request Format for Best Results
@ggangmi What was the flight mode on takeoff and what did it unexpectedly change to? There should be logs in /data/px4/log. They may be incomplete or maybe even corrupted if the drone lost power in the crash but there should be something there. The logging starts when the drone is armed.
-
RE: Preflight Fail: Compass Sensor 0 missingposted in Starling & Starling 2
@Nitin-Varma-Vegesna If you re-install or update your SDK to the latest it will properly set all of the parameters.
-
RE: Update UDP Port for the voxl-mavlink-serverposted in VOXL SDK
@brandon You'll need to load SDK v1.6.x to get it.
-
RE: Boot System Image from SD Card Possible?posted in VOXL 2
@sja123 No, unfortunately, we do not currently support boot from SD card.
-
RE: Using J18 for expander I/O Boardposted in VOXL 2
@magnetocircuit Yes, this is supported. In the config file for px4
/etc/modalai/voxl-px4.confsetESC=VOXL2_IO_PWM_ESC. -
RE: Starling V1 - cannot use RC and GPSposted in Starling & Starling 2
@colombe-ai I'm not sure how much we're going to be able to help to get this going but I'd start with that magnetometer. Put an oscilloscope in the lines and see if you see any activity.