Nizaro / soft_robot_manipulator

3D perception for the control of a soft robot manipulator
0 stars 0 forks source link

Obtain orientation of a textured cylinder #1

Open Nizaro opened 1 year ago

Nizaro commented 1 year ago

extract data from capture3D

AnselmeLeo commented 1 year ago

-3D data are handled and displayed using open3d -The orientation is extracted by concidering the point cloud as a line and computing two planar linear regression

Possible improvement -> remove the end caps as it provide assymetric data -> recalculate the centerline of the cylindre (currently the centerline of sample data)