You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to convert an sdf file, I came across this problem that if the model is named model.sdf, the gz-usdf throws this an error. The error seems to be coming from the urdf parser (I dont see a reason why the urdf parser is called for parsing the sdf file)
Environment
OS Version: Ubuntu 20.04
Source build: Main branch and looks like commit number is 6fb572b
Description
Expected behavior: convert .sdf files to .usd files
Actual behavior: An error is thrown (details below)
Run the coverter using sdf2usd model.sdf model.udsa ->should produce this error
Output
Error: Could not find the 'robot' element in the xml file
at line 109 in /build/urdfdom-VnCcob/urdfdom-1.0.4+ds/urdf_parser/src/model.cpp
Errors encountered:
Error Code 1: Msg: Unable to read file:model.sdf
Other details
sdfformat version is sdfformat12 (was built from source)
usd release branch (1c2b097a48edd78abeffb0e7b4c8adfec4d14060) - built from source
The text was updated successfully, but these errors were encountered:
While trying to convert an sdf file, I came across this problem that if the model is named model.sdf, the gz-usdf throws this an error. The error seems to be coming from the urdf parser (I dont see a reason why the urdf parser is called for parsing the sdf file)
Environment
Description
Steps to reproduce
Output
Error: Could not find the 'robot' element in the xml file
at line 109 in /build/urdfdom-VnCcob/urdfdom-1.0.4+ds/urdf_parser/src/model.cpp
Errors encountered:
Error Code 1: Msg: Unable to read file:model.sdf
Other details
The text was updated successfully, but these errors were encountered: