[ros-users] [Discourse.ros.org] [ROS Projects] Soft body rob…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Lucas Walter via ros-users
Date:  
To: ros-users
Subject: [ros-users] [Discourse.ros.org] [ROS Projects] Soft body robot simulation with bullet physics


I was inspired by the the [grasping sandbox ROSCon talk](https://vimeo.com/236183275) to add more features to [bullet_server](https://github.com/lucasw/simple_sim_ros) to create a soft material grasping demonstration:

https://www.youtube.com/watch?v=7VFPleisM3M

It takes about 60% of a cpu core so the ability to run faster than real time is limited (though running in parallel is easy). Running with a lower fidelity sphere or skimping on simulation steps isn't recommended with soft body simulation, the most likely result is either instability, object penetration, or bodies that move without any external forces other than gravity.

A [pure rigid body version](https://www.youtube.com/watch?v=Qmmv5mTUCuc) takes much less cpu so can be made to run possibly at 10x real time.

Since I started this project the Bullet Physics Library has added a lot of python support and made a client server architecture that might make a lot of what I've done redundant, but there still needs to a be (an even more) thin layer to turn bodies into rviz Markers for visualization, publish their positions into tf, and spawn and manipulate them through service calls and topics.

I'd like to next turn the gripper into a five fingered hand, and try anchoring soft body finger tips to each to see how well grasping a soft body with another soft body works, as well as grasping a rigid object.

A Bullet feature unimplemented in bullet_server is the fracturing capability, it would be interesting to make rigid bodies that will shatter under too much strain and see how well the grasping works.





---
[Visit Topic](https://discourse.ros.org/t/soft-body-robot-simulation-with-bullet-physics/834/2) or reply to this email to respond.


If you do not want to receive messages from ros-users please use the unsubscribe link below. If you use the one above, you will stop all of ros-users from receiving updates.
______________________________________________________________________________
ros-users mailing list

http://lists.ros.org/mailman/listinfo/ros-users
Unsubscribe: <http://lists.ros.org/mailman//options/ros-users>