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
When I transfer sdf model to usd model. I met the issue below. 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
I noticed some inconsistencies by running ign sdf --check on this file and it complains about the unrecognized frame attribute used with <pose> elements. This attribute has been renamed to relative_to in SDFormat version 1.7+, and this file is using 1.8. If you are not actually using any features from SDFormat 1.8 you can try setting the version to 1.6 or just deleting the empty frame attributes.
Try changing the name of your file from model.sdf to something else. I dont know why but this made a difference for me. An issue for this has been raised.
When I transfer sdf model to usd model. I met the issue below.
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
Here is the sdf file:
https://github.com/bitcraze/crazyflie-simulation/blob/main/gazebo-ignition/crazyflie/model.sdf
The text was updated successfully, but these errors were encountered: