forked from OrebroUniversity/yumi
-
Notifications
You must be signed in to change notification settings - Fork 38
URDF
Yoshua Nava edited this page Jan 8, 2018
·
2 revisions
- How to export YuMi's URDF from the xacro files
- How to obtain a tree representation of YuMi kinematic chain
Run the following commands in a terminal:
cd $YUMI_WS/src/yumi/yumi_description/urdf/
rosrun xacro xacro yumi.urdf.xacro arms_interface:=VelocityJointInterface grippers_interface:=EffortJoinInterface yumi_setup:=robot_centric -o yumi.urdf
Run any of the launch files of yumi_launch. Then, in another terminal run
rosrun urdfdom_py display_urdf > yumi.urdf
Go to the location of the YuMi URDF file you obtained before, and run this command:
urdf_to_graphiz yumi.urdf
A file called "yumi.pdf" should be created after that. It contains the kinematic chain of YuMi.
Run the following command:
rosrun rqt_tf_tree rqt_tf_tree