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

Added an http proxy for gps #847

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

stryngs
Copy link

@stryngs stryngs commented Aug 3, 2023

This code may be useful in situations where a companion computer is connected to the ArduPilot board and is able to run mavproxy with an output on the IP and port as defined in the runtime arguments.

@tridge
Copy link
Contributor

tridge commented Aug 18, 2023

this uses a separate http request per GPS fix? Seems an odd way to get GPS in! What you say "external" GPS, you mean one that is connected to the companion computer?

@stryngs
Copy link
Author

stryngs commented Aug 18, 2023

this uses a separate http request per GPS fix? Seems an odd way to get GPS in! What you say "external" GPS, you mean one that is connected to the companion computer?

Correct, I am leveraging a GET request to the companion computer which contains the external GPS info. The companion then processes what it received in GET and then uses pymavlink to communicate. The system works very well in real life testing and so I wanted to share here with others.

Fixed example syntax in comments

Added GPLv3 acknowledgement

Removed fstrings for 3.5 requirements

Removed f-string mistake for 3.5
@tridge
Copy link
Contributor

tridge commented Sep 13, 2023

@stryngs have you got a flight log of using this?
I would expect a lot of timing jitter, and poor EKF performance

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

Successfully merging this pull request may close these issues.

None yet

2 participants