Use of this library with IsaacGym #8
-
Hello, This library is awesome! Thank you in advance, Best, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Thanks! The best way to integrate into Isaac Gym would be to use the python examples as a starting point: https://curobo.org/source/getting_started/2a_python_examples.html Since Isaac Gym does not use a usd stage to represent the world, you would have to read the pose of all objects in your gym environment and add them to CuRobo's worldconfiguration. Is there a specific functionality you are looking at using? |
Beta Was this translation helpful? Give feedback.
-
Hi, great work! Isaac Gym is a lightweight yet powerful tool for reinforcement learning research. However, the classic functions for robot control, like advanced IK solvers, motion-planning algorithms, are really missing. It would be really helpful for the community to have some simple examples or tutorials about using curobo with Isaac Gym. |
Beta Was this translation helpful? Give feedback.
-
May I ask if you have been able to pair curobo with IsaacGym? Is it possible to do motion planning for multiple environments in parallel? |
Beta Was this translation helpful? Give feedback.
We don't have the resources to build examples for Isaac Gym. The hope with the provided examples in python and isaac sim is to show how anyone can integrate curobo into their own pipeline/simulators.