ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Elasticity/Flexibility to Robots

asked 2016-11-07 06:31:12 -0500

Ajith kumar gravatar image

updated 2016-11-07 06:31:40 -0500

Hi all, Is there any way to simulate provide the elastic property of the links?. I am trying to simulate Ornithopter(a robotic bird). The problem is that the wing has to be flexible and elastic to create vortices. But, I can't find a way to do that. Is it possible?. (Please give me any example package which implements flexible property)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2016-11-07 08:48:23 -0500

lucasw gravatar image

updated 2017-12-04 13:44:58 -0500

I think you'd have to break the wing into a number of rigid body elements with joints between them to approximate the flexible and elastic properties. The joint properties plus actuator controllers property tuned could do the physics, or a separate model of a wing could generate the position of every rigid body and the actuators would be driven to try to match that.

Other than that I'm working on a simulation package that wraps the bullet physics engine: https://github.com/lucasw/simple_sim_ros , bullet supports soft bodies and I'll add support for those eventually. Try out the bullet demo applications and see if the soft bodies might work for you, there are volumetric kinds (with internal 'struts') and others which are more like balloons (only a surface, which is easier to import from a mesh).

Update

simple_sim_ros main branch now supports bullet soft bodies

Also there is work towards support in gazebo: https://bitbucket.org/osrf/gazebo/iss...

edit flag offensive delete link more

Comments

Thank you, Lucas, for your detailed answer. As of now, I created the ornithopter model with stiff wings. Then, I applied lift-drag plugin to its control surfaces(wings and tail). The ornithopter is able to lift but not good. Now, I started working on bullet engine. I Will update the results.

Ajith kumar gravatar image Ajith kumar  ( 2016-11-23 01:29:57 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2016-11-07 06:31:12 -0500

Seen: 1,341 times

Last updated: Dec 04 '17