Question about Visualization and Object Constraints #346
-
Thank you for your contributions to supply an excellent motion planning package. i) is there any visualization module we can use directly, such as plotting the trajectories in a simulation environment. I think store the trajectories and word config to files, and parse them in pybullet engine is complex. Hope for you answers~ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@linhy97 Hello, have you solved this problem? I don't know how to consider the robot arm and the object it grabs as a whole for path planning in pybullet. |
Beta Was this translation helpful? Give feedback.
-
We provide an animated usd export option that generates a usd file containing the robot trajectory. This can be opened with a USD viewer (Isaac Sim, Blender, USDView, native viewer in Mac). Here is an example: https://github.com/NVlabs/curobo/blob/main/examples/usd_example.py To attach an object to the gripper, see this example: https://curobo.org/advanced_examples/2_block_stacking_example.html |
Beta Was this translation helpful? Give feedback.
We provide an animated usd export option that generates a usd file containing the robot trajectory. This can be opened with a USD viewer (Isaac Sim, Blender, USDView, native viewer in Mac). Here is an example: https://github.com/NVlabs/curobo/blob/main/examples/usd_example.py
To attach an object to the gripper, see this example: https://curobo.org/advanced_examples/2_block_stacking_example.html