-
Hi, I would like to apply an external force to a specific point to control an object. Can SAPIEN have such API? I think such a function would be very useful for developers who want to manipulate objects without explicitly preparing a robotic hand. I imagine pybullet's |
Beta Was this translation helpful? Give feedback.
Answered by
fbxiang
Jan 12, 2022
Replies: 1 comment 1 reply
-
We have |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fbxiang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have
actor.add_force_at_point
andactor.add_force_torque
provided.https://github.com/haosulab/SAPIEN/blob/master/python/pysapien_content.hpp#L943-L959