Closed prashanthr05 closed 4 years ago
cc @nunoguedelha @traversaro @GiulioRomualdi
I think that also @diegoferigo may know the answer
Here is the answer: http://gazebosim.org/tutorials?tut=ros_urdf#%3Cgazebo%3EElementsForLinks
Great, Thanks! That resolved my doubts.
Few SDF collision elements here, for the foot seems to be outside the parent tag
collision
.Also, http://sdformat.org/spec?elem=collision&ver=1.6 specifies
max_contacts
tag. Moreover, the parameterskp
,kd
,mu1
, etc fall as children offriction
->physics_engine
(where in this example,physics_engine
is a place-holder. eg, physics_engineode
) tags all undersurface
element.There seems to be a mismatch between the SDF format and the gazebo reference tags written in the robot URDF file. Is this because we use the SDF tags within a URDF format?