NVlabs / curobo

CUDA Accelerated Robot Library
https://curobo.org
Other
796 stars 125 forks source link

How to set the collision configuration of the robot so that each robot has its own collision configuration with Batched Environments #172

Closed yunding111 closed 8 months ago

yunding111 commented 8 months ago

For example, there are multiple environments, each with the same robot and multiple different objects. I want to perform a pick-place task. After grabbing, each robot needs to attach the grabbed objects to ""attached_object" ", how to implement the plan using "Motion Generation"? Because I found that multiple robots in Batched Environments actually share a robot_cfg, so I cannot attach the capture of each environment to the robot instance of that environment. Can anyone help me? Thanks