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

Sim state #16329

Merged
merged 2 commits into from Jan 18, 2021
Merged

Sim state #16329

merged 2 commits into from Jan 18, 2021

Conversation

khancyr
Copy link
Contributor

@khancyr khancyr commented Jan 15, 2021

This allow SITL to send the MAVLink SIM_STATE message that is different from ArduPilot SIMSTATE one.
It send quaternion, altitude and NED velocity that aren't present in the SIMSTATE msg

Copy link
Contributor

@peterbarker peterbarker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks correct technically.

Has somebody asked for this?

@khancyr
Copy link
Contributor Author

khancyr commented Jan 17, 2021

Yep, I am asking for it! I need the alt and speed information for some external tools

@peterbarker
Copy link
Contributor

peterbarker commented Jan 17, 2021 via email

@tridge
Copy link
Contributor

tridge commented Jan 18, 2021

maybe just switch to SIM_STATE? Only lossage seems to be loss of precision in lat/lon
or add lat_int, lon_int as an extension?

@tridge
Copy link
Contributor

tridge commented Jan 18, 2021

we'll merge now, but be nice to switch over completely

@tridge tridge merged commit 30a4747 into ArduPilot:master Jan 18, 2021
@khancyr khancyr deleted the sim_state branch January 19, 2021 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants