Skip to content

andreasBihlmaier/sdf_to_urdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sdf_to_urdf

A simple ROS 2 tool to convert SDF files to URDF using urdfdom and sdformat_urdf.

Usage

After building, source your workspace and run:

ros2 run sdf_to_urdf sdf_to_urdf <input.sdf> <output.urdf>
  • <input.sdf>: Path to the input SDF file
  • <output.urdf>: Path to save the converted URDF file

Limitations

The limitations listed in https://github.com/ros/sdformat_urdf/tree/rolling/sdformat_urdf apply.

Notes

License

Apache-2.0

About

Convert SDF files to URDF files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published