-
Notifications
You must be signed in to change notification settings - Fork 1
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
Issues about yaml file reading #2
Comments
The parameters aren't hard-coded, they're default values that can be changed by YAML. "Bad conversion" results if the YAML parameter is a wrong type, see the wiki on YAMLs for correct types for each parameter. |
What I mean by hard-coded is that all the parameters in the yaml file are required, any missing parameters will result in "Bad Conversion". I was trying to use Motion Capture without any model so I deleted many parameters in yaml, maybe this is not what is designed to be used. But it would be helpful to check if a parameter exist in yaml, or if it is a correct type before doing anything so it is easier to find out which parameter is wrong. There used to be a CurvatureCalculator where you could easily read motion capture data though. |
Ah, if you want to only get curvature but not output anything you can just never call |
Hi,
I'm using the qualisys through this library. And I have some issues when setting it up:
The text was updated successfully, but these errors were encountered: