-
Hi author, I encountered weird movements when I try to control an articulated object as in the attached movie. In the movie, I want to change only one joint ( 20220309.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Ah, I might misunderstand the implementation of SAPIEN. We might clear velocities instead of forces (I guess forces are applied only when a collision happens and will be cleared at the next step)? Anyway, I would like to ask your opinion on how to deal with this situation. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Collision in SAPIEN should just work without any additional code. |
Beta Was this translation helpful? Give feedback.
-
Yes. Here is an example of ignoring all collisions between movable links. |
Beta Was this translation helpful? Give feedback.
Yes. Here is an example of ignoring all collisions between movable links.
https://github.com/haosulab/ManiSkill/blob/af155e57bacfa43626be59e87e5b0439677198cc/mani_skill/env/open_cabinet_door_drawer.py#L181-L189