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

Set heartbeat autopilot correctly #42

Merged
merged 2 commits into from
Sep 15, 2022
Merged

Conversation

friissoren
Copy link
Contributor

And update the build dependencies.

For some reason, installing python3 pyserial was good enough for me to get the compile process completed but not enough for the upload part. I needed also python pyserial for that. It could just be my old Ubuntu installation, which has gotten messed up over time so I only added a comment about the latter to the build instructions.

BTW: I have also noticed that make setup will fail if you are behind a proxy server (not surprisingly since it is trying to download a bunch of things). What surprised me was that also the pure make will occasionally fail (I don't know why that wants to access the internet). This is probably something inside the Arduino tools. I didn't try to start fighting with this but turned off the VPN on my home machine (wouldn't be an option for the machine in the office though).

Signed-off-by: Soren Friis <soren.friis@intel.com>
According to the documentation, components that are
not autopilots, should set the heartbeat autopilot field
to MAV_AUTOPILOT_INVALID.
https://mavlink.io/en/services/heartbeat.html#component-identity

Signed-off-by: Soren Friis <soren.friis@intel.com>
@friissoren
Copy link
Contributor Author

@tridge: Could you please review and possibly merge?

@tridge
Copy link
Contributor

tridge commented Sep 15, 2022

sorry for the delay!

@tridge tridge merged commit f5758bb into ArduPilot:master Sep 15, 2022
@friissoren friissoren deleted the various_fixes branch September 24, 2022 08:27
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