Built-in robot configurations.
rfx.SO101_CONFIG # 6 DOF arm, 50 Hz rfx.GO2_CONFIG # 12 DOF quadruped, 200 Hz rfx.G1_CONFIG # 29 DOF humanoid, 50 Hz
rfx.SO101_CONFIG.joints # ["shoulder_pan", "shoulder_lift", "elbow", # "wrist_pitch", "wrist_roll", "gripper"] rfx.SO101_CONFIG.control_freq_hz # 50
from rfx.robot import RobotConfig config = RobotConfig.from_yaml("path/to/robot.yaml") robot = rfx.RealRobot(config)
rfx deploy runs/my-policy --robot so101 \ --port /dev/ttyACM0 \ --rate-hz 100
Was this page helpful?