When planning trajectories in a collision world, can objects the robot interacts be taken into account? #104
-
When planning trajectories in a collision world, can objects the robot interacts be taken into account? I'm trying to use a robot to grasp objects. Curobo can meet my needs very well, reach the specified grasp pose, and grab the object. However, since the trajectory planned later only considers the robot itself, not the object. Therefore, objects can easily collide during motion. This problem seems difficult to solve. Do you have any relevant ideas or features? Grateful |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Check this note: https://curobo.org/source/advanced_examples/2b_block_stacking_example.html And this example: https://github.com/NVlabs/curobo/blob/main/examples/isaac_sim/simple_stacking.py |
Beta Was this translation helpful? Give feedback.
Check this note: https://curobo.org/source/advanced_examples/2b_block_stacking_example.html
And this example: https://github.com/NVlabs/curobo/blob/main/examples/isaac_sim/simple_stacking.py