ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Martin,

You also need to tell OpenRAVE about your manipulator/end-effector (e.g. finger joints, closing direction, etc). Currently URDF doesn't contain that information explicitly so you have to create it manually. What you need to do is create an xml file with content similar to this:

<iframe src="http://pastebin.com/embed_iframe.php?i=wUEM5bBw" style="border:none;width:100%"></iframe>


Then you can run:

rosrun orrosplanning ik_openrave.py --scene="katana.xml"

Martin,

You also need to tell OpenRAVE about your manipulator/end-effector (e.g. finger joints, closing direction, etc). Currently URDF doesn't contain that information explicitly so you have to create it manually. What you need to do is create an xml file with content similar to this:

<iframe src="http://pastebin.com/embed_iframe.php?i=wUEM5bBw" style="border:none;width:100%"></iframe>

example OpenRAVE manipulator definition


Then you can run:

rosrun orrosplanning ik_openrave.py --scene="katana.xml"