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
Due to the Modelica naming conventions, the URDF or SDF file that is translated should contain model name, link names and joint names with only alphanumeric or underscore characters.
This restriction can be relaxed if single quoted idents are utilized, e.g., a name like my joint would no longer be invalid if handled as 'my joint'.
The text was updated successfully, but these errors were encountered:
From the Readme on Naming:
This restriction can be relaxed if single quoted idents are utilized, e.g., a name like
my joint
would no longer be invalid if handled as'my joint'
.The text was updated successfully, but these errors were encountered: