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

Allow the mavlink sysid of GCS to be the same as MAV_SYS_ID #11998

Closed
wants to merge 3 commits into from

Conversation

jdzerve
Copy link
Contributor

@jdzerve jdzerve commented May 10, 2019

PX4 is ignoring heartbeats from groundstation if mavlink sysid of groundstation is the same as MAV_SYS_ID. That leads to failsafe on datalink loss to kick in.

This PR removes the offending condition in MavlinkReceiver::handle_message_heartbeat

jdzerve added 2 commits May 10, 2019 10:06
update from upstream
- It now works even if SYSID of GCS is the same as MAV_SYS_ID.
@jdzerve jdzerve changed the title Pr gcs sysid fix Allow the mavlink sysid of GCS to be the same as MAV_SYS_ID May 10, 2019
@LorenzMeier
Copy link
Member

The system ID of drone and ground control station need to be different (system == vehicle). So I believe this change is not correct. Please feel free to re-open if I didn't understand the intent correctly.

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.

2 participants