Skip to content

Instantly share code, notes, and snippets.

@ejalaa12
Created March 26, 2020 12:42
Show Gist options
  • Save ejalaa12/de91a35d0a91bcfa572eddde510af86f to your computer and use it in GitHub Desktop.
Save ejalaa12/de91a35d0a91bcfa572eddde510af86f to your computer and use it in GitHub Desktop.
Gazebo xacro urdf sdf erb cheatsheet

URDF -> SDF

gz sdf -p file.urdf > file.sdf

SDF -> URDF

rosrun pysdf sdf2urdf.py file.sdf file.urdf

ERB -> SDF

erb model.sdf.erb > model.sdf

XACRO -> URDF

xacro file.xacro > file.urdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment