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

Publish vessel pose via MAVLink #2

Open
clydemcqueen opened this issue Jun 26, 2024 · 2 comments
Open

Publish vessel pose via MAVLink #2

clydemcqueen opened this issue Jun 26, 2024 · 2 comments

Comments

@clydemcqueen
Copy link
Owner

clydemcqueen commented Jun 26, 2024

Publish the vessel pose (GLOBAL_POSITION_INT, ATTITUDE) via MAVLink, using a different system id (e.g., 2).

I believe that QGC will display and log it.

@clydemcqueen
Copy link
Owner Author

@clydemcqueen
Copy link
Owner Author

clydemcqueen commented Sep 27, 2024

I did some experiments publishing GLOBAL_POSITION_INT with sysid=2.

  • QGC logged these messages in the tlog file (good)
  • QGC showed the vessel pose in the display (good)
  • QGC turned on "multi-drone" mode, but the vessel-as-drone did not initialize correctly. I think this is because system 2 did not respond to the "get parameters" message (bad)
  • QGC wrote a "vehicle2.csv" file, but the lat/lon were 0's (bad)

I'm a bit worried about making QGC mad... this might cause grief in the field.

I'm pausing this in favor of writing csv logs instead -- this will help us understand the data and make some decisions.

Related to zhrandell/Seattle_Aquarium_CCR_development#12

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