MyoHub/myoconverter

Joint names are not matching

Closed this issue · 1 comments

I was trying to convert an OpenSim model into Mujoco model. After revised all joint types, I encountered this error message:

"2023-11-13 14:27:02.471 | INFO | myoconverter.conversion_steps.O2MStep1:vlt1_forwardKinematicsValidation:152 - Check if the joint motion ranges are the same between Osim and Mjc models
2023-11-13 14:27:02.472 | DEBUG | myoconverter.conversion_steps.O2MStep1:vlt1_forwardKinematicsValidation:154 - Joint names are not matching"

image

It's a little bit confusing cause the Mujoco file is generated according to OpenSim file, how could the joint names are not matching with each other? And what shall I do to debug this error? Chech if there are typos in OpenSim model?

Sorry, I think it's my fault. I revised the .osim file again. After complete all in all , and change one locked PinJoint into WeldJoint, this issue were fixed.