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

Ground speed reporting bug? #71

Open
thobson88 opened this issue Aug 20, 2019 · 1 comment
Open

Ground speed reporting bug? #71

thobson88 opened this issue Aug 20, 2019 · 1 comment

Comments

@thobson88
Copy link
Contributor

I just noticed a possible bug in the reporting of ground speed in the POS endpoint.

If I create an aircraft with the following parameters:

"acid": "TST001",
"type": "B744",
"lat": "0",
"lon": "0",
"hdg": "0",
"alt": "FL360",
"spd": "250"

and then request position I get something like:

"TST001": {
"actype": "B744",
"alt": 10972,
"gs": 232,
"lat": 0.0479,
"lon": 0,
"vs": 0
},
"sim_t": 23

but using the POS command in the BlueSky client returns these speeds:

TAS/CAS/GS: 262/453/453 kts M: 0.789

So there's a big discrepancy in the ground speed figures. I also noticed that Bluebird reports a fixed ground speed of around 232 when the aircraft speed is changing in the client, so it almost looks like there's an upper bound on ground speed reported by Bluebird.

@rkm
Copy link
Contributor

rkm commented Aug 23, 2019

Looks like BS reports the CAS/TAS/GS in m/s but converts them to kts for display in the GUI. I've corrected the API documentation to reflect that the ground speed is in m/s.

I'm not sure I can currently reproduce the situation where the ground speed reaches an upper bound. Do you have a scenario or a log file you could send me which shows this? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants