You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from pymavlink import mavutil
#Start a connection listening on a UDP port_
the_connection = mavutil.mavlink_connection('udpin:localhost:14550')
#Wait for the first heartbeat_
#his sets the system and component ID of remote system for the link_
the_connection.wait_heartbeat()
was trying addresses but nothing
('udpout:0.0.0.0:14550') and ('udpin:0.0.0.0:14550')
('udpout:192.168.2.1:5760') and ('udpin:192.168.2.1:5760')
I am creating a custom widget that will use data from mavlink.
So facing some problems:
I was try : (https://mavlink.io/en/mavgen_python/)
was trying addresses but nothing
('udpout:0.0.0.0:14550') and ('udpin:0.0.0.0:14550')
('udpout:192.168.2.1:5760') and ('udpin:192.168.2.1:5760')
and this tutorial not helped me https://www.ardusub.com/developers/pymavlink.html
it will be great add to Class 2 objects for example
and then use in my widget
But hove I can send this from companion computer whith Pymavlink or dronekit?
May be better way use Define MAVLink Messages & Enums ? (https://mavlink.io/en/guide/define_xml_element.html)
please nudge me in the right direction
The text was updated successfully, but these errors were encountered: