1 | initial version |
It could be that you have multiple joints with the same name, then you get this error
2 | No.2 Revision |
This error appears for multiple reasons, but basically there is an error in your urdf model, not a parsing error but another type, e.g. :
3 | No.3 Revision |
(Even if your model.config
setup is good)
This error appears for multiple reasons, but basically can appear if there is an error in your urdf model, not a parsing error but another type, e.g. :
4 | No.4 Revision |
(Even if your model.config
setup is good)
This error can appear if there is an error in your urdf model, not a parsing error but another type, e.g. :
A quick way to check your urdf model is to do:
check_urdf <(xacro --inorder model.urdf.xacro)
Credit for this last part : ros answers post
5 | No.5 Revision |
(Even if your model.config
setup is good)
This error can appear if there is an error in your urdf model, not a parsing error but another type, e.g. :
A quick way to check your urdf model is to do:
check_urdf <(xacro --inorder model.urdf.xacro)
Credit for this last part : ros answers post