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
When converting urdf exported from webots R2023a and trying to add resulting proto to project, this error occurs:
ERROR: 'AtlasV2.proto':78:11: error: Expected field name or '}', found ']'. ERROR: New node creation failed: model name AtlasV2.
The command I used was:
python -m urdf2webots.importer --input=AtlasV2.urdf --output=AtlasV2.proto
I've added the two files (urdf & proto) to the .zip below: AtlasV2.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When converting urdf exported from webots R2023a and trying to add resulting proto to project, this error occurs:
The command I used was:
I've added the two files (urdf & proto) to the .zip below:
AtlasV2.zip
The text was updated successfully, but these errors were encountered: