mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-31 21:49:45 +00:00
reduce verbosity
This commit is contained in:
@@ -68,10 +68,6 @@ class UnitreeG1Config(RobotConfig):
|
|||||||
# Compensates for gravity on the unitree's arms using the arm ik solver
|
# Compensates for gravity on the unitree's arms using the arm ik solver
|
||||||
gravity_compensation: bool = False
|
gravity_compensation: bool = False
|
||||||
|
|
||||||
# Locomotion controller class name, e.g. "GrootLocomotionController",
|
# Controller class name, e.g. GrootLocomotionController / HolosomaLocomotionController /
|
||||||
# "HolosomaLocomotionController", or "SonicWholeBodyController". None disables it.
|
# SonicWholeBodyController. None disables it.
|
||||||
# Selecting "SonicWholeBodyController" implicitly switches the robot to the 64-D
|
|
||||||
# latent-token action/observation interface (``motion_token.{i}.pos`` action and a
|
|
||||||
# ``motion_token_state.{i}.pos`` state echo) so ``lerobot-rollout`` can drive a
|
|
||||||
# policy trained on SONIC motion tokens (e.g. nepyope/sonic_walk).
|
|
||||||
controller: str | None = None
|
controller: str | None = None
|
||||||
|
|||||||
Reference in New Issue
Block a user