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
I am developing a rover with an Raspberry Pi using pymavlink to communicate to qgroundcontrol (qgc). When qgc receives a heartbeat from the rover, the qgc will respond to the port which Python arbitrarily assigns. I did not find a way using pymavlink as it is right now to assign port 14551 to the outgoing heartbeat of my rover. Maybe I am missing something here.
To keep my project moving, I changed mavutil.py by adding and evaluating an optional parameter when setting up the udp-connection to ensure the assignment of a specific port (see image - lines 1043ff)
The text was updated successfully, but these errors were encountered:
makerprojects
changed the title
Assigning port to loclhost on rover (14551) to communicate to qgriundcontrol not possible?
Assigning port to loclhost on rover (14551) to communicate to qgroundcontrol not possible?
Aug 23, 2022
I am developing a rover with an Raspberry Pi using pymavlink to communicate to qgroundcontrol (qgc). When qgc receives a heartbeat from the rover, the qgc will respond to the port which Python arbitrarily assigns. I did not find a way using pymavlink as it is right now to assign port 14551 to the outgoing heartbeat of my rover. Maybe I am missing something here.
To keep my project moving, I changed mavutil.py by adding and evaluating an optional parameter when setting up the udp-connection to ensure the assignment of a specific port (see image - lines 1043ff)
The text was updated successfully, but these errors were encountered: