Skip to content
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

Issue with config properties #20

Open
mussawarakram opened this issue Nov 14, 2022 · 0 comments
Open

Issue with config properties #20

mussawarakram opened this issue Nov 14, 2022 · 0 comments

Comments

@mussawarakram
Copy link

mussawarakram commented Nov 14, 2022

There is an issue with the following config properties:

out_bound_roll: 
out_bound_pitch: 
out_bound_yaw: 

For example, to get a value of 45 in the application one must set the config file to a value of 13.5

If you then change another property in the application it will overwrite the 13.5 with 45 in the config. When you next start the application it default to the maximum of 178.5. Finally it will be stuck at 178.5 (it will read 178.5 in the config, and in the application - I guess this is just the maximum value).

As a workaround you can make all property changes in the application, then manually edit the config file afterwards. As long as you do not change the properties from inside the application then you will not have to keep changing the config.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant