Trotgait

Quick use

1. Power on DOGZILLA

First, we turn on the switching power supply of the mechanical dog and start the mechanical dog

WechatIMG125

After starting, we can view the IP address on the small screen of the robot dog.

2. Start DOGZILLA chassis

PI4 version steps:

Then use the ssh terminal to connect to the robot dog.

Note: The IP address used when writing this tutorial: 192.168.2.102 User name: pi Password: yahboom The actual IP address shall prevail when used.

Open the shell tool. The shell tool I use here is FinalShell. Enter username, password, port, connection name and other information.

image-20230428175429331

Select ssh connection to create a new ssh connection

image-20230428180010378

Here the username is pi, the password is yahboom, and the ip address is the IP address of the real robot dog.

image-20230428180238626

Select the ssh connection you just created here.

image-20230428180624535

Enter the command in the terminal to start the chassis task.

image-20230807121812728

PI5 version steps:

After the mechanical dog is started, use the vnc software to remotely connect to the mechanical dog through the IP address on the OLED (For specific steps, please see "Remote Login Operation").

image-20240428181518347

Then ctrl+c closes the large program and enter the following command to enter docker:

image-20240428181812147

Then enter the following commands in the docker terminal to start the car radar, imu, and mechanical dog joint status nodes.

image-20240429143124703

3. Start the mechanical dog gait adjustment node

Enter the following command in the terminal

image-20230616102544926

Then enter the following command

Note: The parameter gait is to set the gait type of the mechanical dog.

image-20230803203154026

Restart a terminal in the same way as in item 2.

image-20230616103041357

Enter the following command in a new terminal

image-20230619150355792

The robot dog can be controlled to walk through the keyboard. Among them, the keys i are for forward, k is for stop, , is for back, j is for turning left on the spot, and l is for turning right on the spot.

This state is now the trot gait, and this gait is also a commonly used gait for mechanical dogs.