Replies: 3 comments 6 replies
-
The issue is that you are trying to install the version that is currently under development, the documentation is not yet available. It should be in 2 weeks or so, though, as In the meantime, yes, you first need to install the |
Beta Was this translation helpful? Give feedback.
-
stable_inav6_config_custom_estimator.zip Attached you can find my current configuration file. However, this one works with a custom estimator that overrides all sensors. To make it work without a custom estimator, you will need to go to inav-configurator and adapt the sensor configuration to your setting. |
Beta Was this translation helpful? Give feedback.
-
Or as code suggested: DEFAULT_AUX2 = NAV_POSHOLD_MODE # Angle (1000) / NAV_ALTHOLD (1500) / NAV_POSHOLD (1800) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Well, I'm tring to install cognifly on my RPI (Google AIY board), which pre-installed with AIY Kits Release 2021-04-02.
When I try to use latest code, I found it's quite difficult for me to install or run the program.
Since all docs are linked to install version 0.3.1 (released version).
a) readme-installation suggests using version 0.3.1 from https://pypi.org/project/cognifly/
b) git code - setup.py also suggests using version 0.3.1 from https://github.com/thecognifly/cognifly-python/archive/refs/tags/v0.3.1.tar.gz
Is there any guide or links available for me to run from the souce code? Which might have pip scripts to install a basic environment, including YAMSPy?
BTW, YAMSPy which branch should I use
yb/stable
?Beta Was this translation helpful? Give feedback.
All reactions