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

How to extract data from the physics engine

asked 2012-10-04 23:19:19 -0500

tommy gravatar image

Hi, I would to simulate the grasping of a hand and then to extract data such as :coordinates of points of contact, force applied by the model on the gresped object in those points, and deformations af the grasped object. Does anybody know if it is possible and how to do it?

thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
5

answered 2012-10-04 23:33:09 -0500

Lorenz gravatar image

Getting contact points and forces probably is possible. However, ODE, the physics engine that is used by Gazebo does not simulate deformations.

For getting forces, you can use gazebo's GetModelState service. For contact points, I guess you will have to write a gazebo plugin that has direct access to the physics engine.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2012-10-04 23:19:19 -0500

Seen: 225 times

Last updated: Oct 04 '12