Skip to content

Commit

Permalink
working wheel friction
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Harrington committed May 21, 2024
1 parent 70e0252 commit 3d31426
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ public org.mujoco.xml.BodyarchType.Builder<?> loadLink(MobileBase cat, DHParamet
// default is 1 0.005 0.0001
// println "Setting Wheel Friction for "+part.getName()

geom.withFriction("1.2 0.005 0.001");
geom.withFriction("2 0.001 0.00005");

} else {
setCSGMeshToGeom(geomname, geom);
Expand Down

0 comments on commit 3d31426

Please sign in to comment.