Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assigning port to loclhost on rover (14551) to communicate to qgroundcontrol not possible? #723

Open
makerprojects opened this issue Aug 23, 2022 · 0 comments

Comments

@makerprojects
Copy link

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)

Screen Shot 08-23-22 at 04 14 PM

@makerprojects 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant