Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 1.19 KB

File metadata and controls

30 lines (14 loc) · 1.19 KB

G1 Setup Guide

This document describes how to prepare and start the G1 controller used in this repository.

1. Start the Robot

Start the robot in the hoisting state and wait until it enters zero torque mode.

2. Enter Debugging Mode

When the robot is in zero torque mode, press L2+R2 on the remote controller. The robot enters debugging mode, and robot joints become damping joints in this mode.

3. Connect the Robot via Ethernet

Use an Ethernet cable to connect your workstation to the robot network port, then configure the network as required.

Unitree network configuration

Use ifconfig to find the network interface connected to the robot and record its name.

In the default setup, 192.168.123.164 is the robot IP and 192.168.123.222 is the workstation IP.

Network interface example

4. Set net and Start the G1 Controller

Open sim2real.sh, set the net variable to your actual NIC name, then run the controller script.