Connecting to Dronekit with Navio2

I’m trying to run Dronekit Python on the same RasPi that I’ve got Navio2 on. How do I connect the thread running my Dronekit Python script to the thread running Arduplane?

I’ve tried launching example with this command-line command but I’m getting no-heartbeat timeouts:

python vehicle_state.py --connect udpin:127.0.0.1:14550

1 Like

Same issue here, any updates?