$search
Variables | |
string | __author__ = 'Rosen Diankov' |
string | __license__ = 'Apache License, Version 2.0' |
tuple | body = env.ReadKinBodyXMLFile('data/ketchup.kinbody.xml') |
tuple | env = openravepy.Environment() |
tuple | GraspPlanningFn = rospy.ServiceProxy('GraspPlanning',object_manipulation_msgs.srv.GraspPlanning) |
list | offset = [0.3,-0.05,0.3] |
tuple | req = object_manipulation_msgs.srv.GraspPlanningRequest() |
tuple | res = GraspPlanningFn(req) |
tuple | trimesh = env.Triangulate(body) |
string m180_graspplanning::__author__ = 'Rosen Diankov' |
Definition at line 3 of file m180_graspplanning.py.
string m180_graspplanning::__license__ = 'Apache License, Version 2.0' |
Definition at line 4 of file m180_graspplanning.py.
tuple m180_graspplanning::body = env.ReadKinBodyXMLFile('data/ketchup.kinbody.xml') |
Definition at line 17 of file m180_graspplanning.py.
tuple m180_graspplanning::env = openravepy.Environment() |
Definition at line 16 of file m180_graspplanning.py.
tuple m180_graspplanning::GraspPlanningFn = rospy.ServiceProxy('GraspPlanning',object_manipulation_msgs.srv.GraspPlanning) |
Definition at line 25 of file m180_graspplanning.py.
list m180_graspplanning::offset = [0.3,-0.05,0.3] |
Definition at line 30 of file m180_graspplanning.py.
tuple m180_graspplanning::req = object_manipulation_msgs.srv.GraspPlanningRequest() |
Definition at line 26 of file m180_graspplanning.py.
tuple m180_graspplanning::res = GraspPlanningFn(req) |
Definition at line 35 of file m180_graspplanning.py.
tuple m180_graspplanning::trimesh = env.Triangulate(body) |
Definition at line 19 of file m180_graspplanning.py.