Friction properties in Gazebo [closed]

asked 2013-03-01 01:06:50 -0500

RebeccaK375 gravatar image

updated 2013-03-01 01:08:34 -0500

Hey all,

I was wondering if someone could explain how friction works in Gazebo. I noticed that for robots like PR2, friction properties are defined for joints rather than for links.

How can I define friction properties for the object itself and not for a specific joint between two objects?

Let's say I have a belt and I define friction between a belt and some other object in URDF. I can add this to the joint:

<dynamics friction="100.0" />
<mu1 value="0.7" />
<mu2 value="0.7" />

However, if I want the belt and any object that I potentially import/drive on it to have friction between them, how do I do it?

Thank you!

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant. Please see http://wiki.ros.org/Support for more details. by RebeccaK375
close date 2013-05-02 04:48:51

Comments

The Gazebo developers have requested that questions like this be directed to http://answers.gazebosim.org

joq gravatar image joq  ( 2013-03-01 04:10:05 -0500 )edit