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

Check if data is still valid regarding to model #117

Closed
jcarpent opened this issue Mar 3, 2016 · 2 comments
Closed

Check if data is still valid regarding to model #117

jcarpent opened this issue Mar 3, 2016 · 2 comments
Labels

Comments

@jcarpent
Copy link
Contributor

jcarpent commented Mar 3, 2016

Algorithms can crash if a model is modified after creation of data struct. Add a method to check if a data is still valid regarding to model.

@jcarpent
Copy link
Contributor Author

It seems that model as a const ref is not mandatory in the Data struct. The idea is to allow a default constructor with the max number of joints (useful for pre-allocation) or with a model. We also need a method with model as argument to build the data struct.

@nmansard
Copy link
Contributor

Solved by #320

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

No branches or pull requests

2 participants