christofer.jh@gmail.com Posted September 16, 2020 Report Posted September 16, 2020 Hi, I'm extracting indicated attitude pitch and bank from FS2020, but it seems like I can't extract the values as fast as I'd like (less than 4 hz). What is the normal time to get a response?
christofer.jh@gmail.com Posted September 16, 2020 Author Report Posted September 16, 2020 (edited) I'm trying this (https://pypi.org/project/fsuipc/) python wrapper at the moment (basically the example with different input). Trying to figure out if it's the wrapper that's slow or just my expectations that's to high. Edited September 16, 2020 by christofer.jh@gmail.com
John Dowson Posted September 17, 2020 Report Posted September 17, 2020 It's the wrapper that's slow. I'm not sure exactly what speeds you should be getting (Pete would know, but he's away until Tuesday), but I would have thought, as a minimum, you should be seeing updates through at > 10 Hz or more. Python would be interpreted which will slow things down. For faster speeds, you will be better off using the provided C SDK (UIPC_SDK_C) directly. I guess that the Python SDK is using this under the covers.
christofer.jh@gmail.com Posted September 18, 2020 Author Report Posted September 18, 2020 Thanks for the answer! I will ditch the python wrapper and use the sdk.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now