Skip to content

Simple script to wrap an .obj file as a .urdf file.

License

Notifications You must be signed in to change notification settings

alaflaquiere/obj2urdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

obj2urdf

Simple script to wrap an .obj file in a .urdf file.

Description

Creates a .urdf file wrapping a .obj file representing the 3D geometry of an object. The urdf file is created in the same folder as the obj file.

Usage

python obj2urdf.py <path to the file.obj>

By default the object is made white, its position set to 0, its scale set to 1, and its inertia set to 0.

Test

To test the script, run the following example:

python obj2urdf.py example/cube.obj

This will create the corresponding urdf file: example/cube.urdf

About

Simple script to wrap an .obj file as a .urdf file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages