-
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
Grasping of Softbodies #179
Comments
Dear Johannes, Thanks for the wonderful drawing :). In short, it is possible with the "input device interface" which does not use the ROS Communication and only internal methods but not with the ROS topics and therefore the Python Client currently. That being said, I am thinking of adding this in the next few days, I just have to figure out a clean way to do so. Linking this to Issue #175 |
Hey Adnan, that is great to hear! |
Hello Adnan, were you able to implement the grasping yet? Or would there be a commit where grasping softbody was possible via ros/python? Right now I have Issues slipping through a Rubber band that I created using your softbody examples whenever I exert a little bit of force/pull. Is there a work around for that? I tried increasing vertex density, but that did not change things, I also experimented with primitives, which also did not help. Kind regards, |
Hi Johannes, Here is a demo video. output2.mp4 |
Hello Adnan, |
Reopening as the changes had not been incorporated in the main repo. |
…(Issue #179) (#191) * Added implementation for getting Actuator and Sensor from ObjectManager * Added identifiers (from ADF specification) to all afObject ROS msgs * Constraint Actuators can now be actuated by giving a sensor's "identifier" * Updated example script for grasping objects from sensor data * Added softbodies and updated the launch file to demo grasping softbodies * Updated readme for softbody grasping * Cleaup
Hey Adnan,
thanks for your time in advance.
Is there any possibility to grasp a softbody witha rigid body? My scenario looks like this:
I want to grab the yellow rubber band fixed between two blue rigid body pole. The gripper (grey) is also rigid body.
Sensors and Actuators on Softbody don't seem to work. Could something like the pic above be done, where the yellow rubber band is fixed to a green rigid body, so I can then grab the green middle part?
Or is there another way for grasping?
Kind regards,
Johannes
The text was updated successfully, but these errors were encountered: