Hi,
I’m trying to provide vision-based pose information to PX4 over UART, similar to how optical flow or external estimators work.
My setup:
- Intel Realsense D435i → Raspberry Pi 5
- Raspberry Pi 5 ↔ Pixhawk via UART (TELEM2 port)
I’d appreciate guidance on:
- How to send pose information (e.g., local position or velocity) to PX4 over MAVLink via UART
- How to configure PX4 v1.15.4 to use and fuse this type of external input
I’m not using GPS in this setup and plan to rely on the external feed for local positioning.
Thanks in advance!