You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I am setting AXIS_CYCLIC_LATERAL_SET and AXIS_CYCLIC_LONGITUDINAL_SET events, which is working fine, but generates a continuous warning message that I am having to filter out of my logger.
I included a local copy of the library in my project, added those events to the json and re-generated the idx, which all works well and good and clears up the warning logs, but I would much prefer to just use the published version via pip install rather than including a whole copy of the library with my project.
Thanks!
The text was updated successfully, but these errors were encountered:
Any chance of a re-scrape of the simconnect variables and events making it into the repository? There have been quite a few recently added.
Of particular interest to me are the helicopter related refs:
https://docs.flightsimulator.com/html/Programming_Tools/SimVars/Helicopter_Variables.htm
https://docs.flightsimulator.com/html/Programming_Tools/Event_IDs/Helicopter_Specific_Events.htm
Currently I am setting
AXIS_CYCLIC_LATERAL_SET
andAXIS_CYCLIC_LONGITUDINAL_SET
events, which is working fine, but generates a continuous warning message that I am having to filter out of my logger.I included a local copy of the library in my project, added those events to the json and re-generated the idx, which all works well and good and clears up the warning logs, but I would much prefer to just use the published version via pip install rather than including a whole copy of the library with my project.
Thanks!
The text was updated successfully, but these errors were encountered: