Nizaro / soft_robot_manipulator

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

cylinder voxelisation #5

Open Nizaro opened 1 year ago

Nizaro commented 1 year ago

This will be usefull for the non-rigid manipulator

[ ] Use the voxelisation library of open3D http://www.open3d.org/docs/release/tutorial/geometry/voxelization.html [ ] It is important to find the best parameter for voxelisation (i.e size of the grid) [ ] Find the voxel with a minimum of N points (find a good number here also) [ ] Apply Cylinder Ransac on each voxel that has a minimum of N points [ ] Apply polynomial Ransac on the global shape using only the inlier detected before, this time Ransac will be done on a polynomial of degree >4 (deformed cylinder)