ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I made my own solution, for sure far from perfect but is working for my use case. I call my (heavily modified) version of GT-RAIL/rail_segmentation to segment the table and the objects on top. Then, I send the clusters to my heavily modified GT-RAIL/rail_mesh_icp with the following changes:
Here are my changes, both thorp branch: - https://github.com/corot/rail_segmentation - https://github.com/corot/rail_mesh_icp
I didn't bother to PR anything into RAIL repos cause they don't seem maintained anymore, and the changes are too big, and possibly beyond the original purpose of the code.
Btw, to recognize your 3D meshes with rail_mesh_icp you must sample as PCD files (explained in RAIL wiki)
I will post a video
2 | No.2 Revision |
I made my own solution, for sure far from perfect but is working for my use case. I call my (heavily modified) version of GT-RAIL/rail_segmentation to segment the table and the objects on top. Then, I send the clusters to my heavily modified GT-RAIL/rail_mesh_icp with the following changes:
Here are my changes, both thorp branch: - https://github.com/corot/rail_segmentation - https://github.com/corot/rail_mesh_icp
I didn't bother to PR anything into RAIL repos cause they don't seem maintained anymore, and the changes are too big, and possibly beyond the original purpose of the code.
Btw, to recognize your 3D meshes with rail_mesh_icp you must sample as PCD files (explained in RAIL wiki)
I will post a video
3 | No.3 Revision |
I made my own solution, for sure far from perfect but is working for my use case. I call my (heavily modified) version of GT-RAIL/rail_segmentation to segment the table and the objects on top. Then, I send the clusters to my heavily modified GT-RAIL/rail_mesh_icp with the following changes:
Here are my changes, both thorp branch: - https://github.com/corot/rail_segmentation - https://github.com/corot/rail_mesh_icp
I didn't bother to PR anything into RAIL repos cause they don't seem maintained anymore, and the changes are too big, and possibly beyond the original purpose of the code.
Btw, to recognize your 3D meshes with rail_mesh_icp you must sample as PCD files (explained in RAIL wiki)
I will post a video
And the objects in gazebo: