We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#162 allows to unmarshall any custom sequence property type using property decomposition. However, it appears it doesn't work on nested arrays.
After some investigation, it seems it goes like this for a vector<vector<int>> when converting it from xml to orocos property:
vector<vector<int>>
I may try to fix this if I find some time to work on it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#162 allows to unmarshall any custom sequence property type using property decomposition. However, it appears it doesn't work on nested arrays.
After some investigation, it seems it goes like this for a
vector<vector<int>>
when converting it from xml to orocos property:I may try to fix this if I find some time to work on it.
The text was updated successfully, but these errors were encountered: