Can I set collision ignore space near robot when I use nvblox? #148
-
Hi, now I am controlling my ur5e robot with curobo. I succeeded to move real robot with your generated trajectory, and now I met a big huddle. I made nvblox world with depth camera, and generated mesh file and nvblox file. However, mesh contains robot meshes too, and I met self collision problem between robot in simulation and robot in mesh. I can delete meshes on mesh file, but I cannot edit easily to nvblox file. I am looking into your library, but is there a method that I can delete blox obstacles based on xyz coordinates? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
We currently do not have a way to segment out the robot. Is it possible for you to get the segmentation mask from sim? We are working on adding robot segmentation within cuRobo but will take a few more weeks. |
Beta Was this translation helpful? Give feedback.
-
Here is robot segmentation: https://curobo.org/source/advanced_examples/4_robot_segmentation.html |
Beta Was this translation helpful? Give feedback.
Here is robot segmentation: https://curobo.org/source/advanced_examples/4_robot_segmentation.html