-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grasp a soft body with actuators #175
Comments
Hi Yang, |
Hey Adnan, |
Hey Adnan, Sensor and actuator based would also work for me, if it wasn't broken. Thanks for your time. |
Hi Yang and Johannes, A quick background of how this works might be helpful for you both. A sensor can detect a RigidBody and record its name, and how far it is from the sensor's origin. This data can be streamed via the sensors' ROS interface and we can trigger an actuator to grasp the desired RigidBody at the desired offset. On the other hand, a soft body is a little tricky as it requires us to include the data of the face (and maybe the enclosing vertices/nodes) in the sensor's output data. Similarly, for the actuator, we also need to specify this information for grasping since, unlike a rigid body, a soft body must be grasped at specific nodes/vertices. That being said, I plan on extending the ROS interface of sensors and actuators to allow grasping of a soft body but I will need to think of a way to incorporate it cleanly. |
Hey Adnan,
Thanks in advance for your time.
I'm new on AMBF and I am considering using actuators in the example to grasp some soft bodies (like soft body examples you provided here). But I found the soft body can't be grasped by the actuators even thouth the end-effector is close to the softbody. Do you know how to grasp a soft body with actuators?
Thank you for your help
The text was updated successfully, but these errors were encountered: