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
Source or binary build? source build of main branch (178e136) with Gazebo Ionic
Description
I used the sdf2usd command to convert the mimic_fast_slow_pendulums_world.sdf
gz-sim example world from SDFormat to USD and then simulated it in IsaacSim.
Expected behavior: When simulating this world in Gazebo, the pendulums swing when simulation is started. Some of the pendulums are coupled by mimic constraints, though mimic constraints are not the focus of this issue.
Actual behavior: When simulating this in Isaac Sim, none of the pendulums move. This is because all the revolute joints have an angular drive that prevents joint motion by default (see src/sdf_parser/Joint.cc:240-254).
Environment
main
branch (178e136) with Gazebo IonicDescription
I used the
sdf2usd
command to convert themimic_fast_slow_pendulums_world.sdf
gz-sim example world from SDFormat to USD and then simulated it in IsaacSim.
Steps to reproduce
gz-usd
gz-usd
build foldergz-usd
build folder, convert to USD with the following command:Output
Download the generated mimic_fast_slow_pendulums_world.usda file.
The text was updated successfully, but these errors were encountered: