Skip to content

mikhel1984/urdf_plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

urdf_plot

A simple library that allows to visualize in Python a robot structure defined with URDF file. Example of usage:

rbt = Robot("my_robot.urdf")
qs = {"joint1":0.7, "joint3":-0.3} # angles are optional
rbt.plot(qs)

It can be used as a command line tool as well:

./urdfplot.py example/my_robot.urdf joint1 0.7 joint3 -0.3

result

About

Simple URDF visualization

Topics

Resources

License

Stars

Watchers

Forks

Languages