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

Transmit antenna tracker position from ground station to drone #1073

Open
rsaxvc opened this issue May 13, 2024 · 4 comments
Open

Transmit antenna tracker position from ground station to drone #1073

rsaxvc opened this issue May 13, 2024 · 4 comments

Comments

@rsaxvc
Copy link
Contributor

rsaxvc commented May 13, 2024

Describe the enhancement

  1. Parse mavlink messages from the antenna tracker on the ground station.
  2. Forward relevant packets to the air unit. Possibly with rate limiting. Packets that should be forwarded periodically include SYS_STATUS and GLOBAL_POSITION_INT.

Expected behavior
Once my ground station has a GPS fix, I expect that it will upload the ground station position over OpenHD's WiFi-ish link, so that it may be used by relevant modules on the vehicle.

Additional context
This would be used to upload control station position for transmission over remote ID module.

@Consti10
Copy link
Member

Can you hint me a explainer or link how this proposed functionality is used by any FC firmware ?
Normally, the home position is simply determined at arm atc, and an uplink from tracker to FC is not required.

@rsaxvc
Copy link
Contributor Author

rsaxvc commented May 22, 2024

It's not for the FC home position, it's for RemoteID (USA regulatory requirement) when that functionality is integrated as built.

https://www.ecfr.gov/current/title-14/chapter-I/subchapter-F/part-89

Depending on how RemoteID is integrated, it may need to transmit take off location, or it may need to transmit control-station location (which could be different or update).

The flight controller does have related responsibilities like refusing to take off until RemoteID transmission is working, but this ticket is just a request to upload ground control station position at a low rate when available.

@Consti10
Copy link
Member

Uff, this sounds quite specific. I for myself neither have a RemoteID module nor tracker since I am located in EU, so let's see if someone is interested. Implementation should be quite straight forward, they key parts are:

  1. Read data from the tracker serial (right now we only send data to it for simplicity)
  2. optional, filter it's messages to not pollute the uplink
  3. send those messages up

@Consti10 Consti10 reopened this May 24, 2024
@rsaxvc
Copy link
Contributor Author

rsaxvc commented May 24, 2024

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

2 participants