-
Notifications
You must be signed in to change notification settings - Fork 70
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
[rotorhover.jl] UndefVarError: control_sigmasensor not defined #62
Comments
Typo fixed in latest dev commit: LINK. Thanks for pointing that out! |
Hi Ed. I changed the typo to
But the code is still not running with this error ;
! And the other issue ! When I changed the 'rotor_file' from DJI9942.csv to apc10x7.csv
How can I fix this issue ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, Ed.
I changed the vpm_SFS option from
'vpm.SFS_none' to
vpm_SFS = vpm.DynamicSFS(vpm.Estr_fmm, vpm.pseudo3level_positive;
alpha=0.999, rlxf=0.005, minC=0, maxC=1,
clippings=[vpm.clipping_backscatter],
controls=[control_sigmasensor]
)
But the 'control_sigmasensor' in not defined in this code(rotorhover.jl).
So, the result is,
ERROR: LoadError: UndefVarError: control_sigmasensor not defined
Could you tell me how to set the 'controls' variable for using the vpm_SFS : vpm.DynamicSFS
Thank you.
Best regards,
Inseo
The text was updated successfully, but these errors were encountered: