Skip to content

Commit

Permalink
Raise not implemented for frictionloss for now. #1344
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 602453907
Change-Id: Ib1edc8820ddf55ee75b67593b59f72faf34bd237
  • Loading branch information
btaba authored and copybara-github committed Jan 29, 2024
1 parent 2b12d95 commit 022b235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions google_barkour_vb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ A version of the Barkour vB for use in [MJX](https://mujoco.readthedocs.io/en/st

* The solver `iterations` and `ls_iterations` are modified for performance.
* The `eulerdamp` flag is disabled.
* Frictionloss is removed.
* Collision geometries are only enabled between the feet and the plane.

## License
Expand Down
2 changes: 1 addition & 1 deletion google_barkour_vb/barkour_vb_mjx.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<site group="0"/>
</default>

<joint damping="0.024" frictionloss="0.13" armature="0.011"/>
<joint damping="0.024" armature="0.011"/>
<general forcerange="-18 18" biastype="affine" gainprm="50 0 0" biasprm="0 -50 -0.5"/>
<default class="bkvb/abduction">
<joint range="-1.0472 1.0472"/>
Expand Down

0 comments on commit 022b235

Please sign in to comment.