v1.1.5; Add friction margin

This commit is contained in:
wty-yy
2026-03-23 21:13:41 +08:00
parent fe35afea22
commit f713f70561
13 changed files with 172 additions and 9 deletions

View File

@@ -17,6 +17,7 @@ class RobotConfig(Config):
class assets:
robot_xml = "{ROBOGAUGE_ROOT_DIR}/resources/robots/go2/go2.xml"
foot_geom_names = [] # List of foot contact geom names (without Mujoco attach prefix)
class control:
device = 'cpu'