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 Go2Config(RobotConfig):
class assets:
robot_xml = "{ROBOGAUGE_ROOT_DIR}/resources/robots/go2/go2.xml"
robot_spawn_height = 0.1 # z [m]
foot_geom_names = ['FL', 'FR', 'RL', 'RR']
class control(RobotConfig.control):
device = 'cpu'