Classes | |
class | CovariancePoint |
class | HandConfig |
class | HandConfList |
class | Point3D |
Functions | |
def | new_CovariancePoint_list |
def | new_Point3D_list |
Variables | |
tuple | cl = new_CovariancePoint_list(num_objects) |
tuple | conf = libsgp.GetGraspLM(pl,cl,num_objects, offset_rot_z_side, offset_rot_z_top) |
tuple | hpl = new_Point3D_list(num_hand_points) |
tuple | libdir = commands.getoutput("rospack find simple_grasp_planner") |
string | libname = "/lib/libsgp.so" |
tuple | libsgp = CDLL(libname) |
int | max_tested_poses = 1000 |
int | num_hand_points = 3 |
int | num_objects = 1 |
float | offset_rot_z_side = 1.0 |
float | offset_rot_z_top = 1.0 |
tuple | pl = new_Point3D_list(num_objects) |
def sgp.new_CovariancePoint_list | ( | length | ) |
def sgp.new_Point3D_list | ( | length | ) |
tuple sgp::cl = new_CovariancePoint_list(num_objects) |
tuple sgp::hpl = new_Point3D_list(num_hand_points) |
tuple sgp::libdir = commands.getoutput("rospack find simple_grasp_planner") |
string sgp::libname = "/lib/libsgp.so" |
tuple sgp::libsgp = CDLL(libname) |
int sgp::max_tested_poses = 1000 |
int sgp::num_hand_points = 3 |
int sgp::num_objects = 1 |
float sgp::offset_rot_z_side = 1.0 |
float sgp::offset_rot_z_top = 1.0 |
tuple sgp::pl = new_Point3D_list(num_objects) |