robotology / sdf-modelica

URDF/SDF to to Modelica model converter.
GNU Lesser General Public License v3.0
14 stars 6 forks source link

Naming #23

Open beutlich opened 5 years ago

beutlich commented 5 years ago

From the Readme on Naming:

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'.