-
Notifications
You must be signed in to change notification settings - Fork 0
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
module load cesium - no data #1
Comments
|
Once I changed to use the Root cause: Tornado update to v5 introduce changes in event loop handling. The proposed solution worked great!
|
Actually, AnyThreadEventLoopPolicy is now deprecated.... These libraries change faster than I can keep up.
The docs say to use asyncio's base functions in tornado 6. Cesium is using tornado 6.4.1. I don't have much understanding of how these two interract. |
When trying to load this as a mavproxy module, it doesn't get mavlink data.
It only works standalone.
https://github.com/ArduPilot/MAVCesium?tab=readme-ov-file#getting-it-running-standalone
The TCP socket seems to connect and disconnect sometimes, no data arrives.
The text was updated successfully, but these errors were encountered: