Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.08 KB

RL_LOCOMOTION For Go1-NX

This repo builds on the code from vision_locomotion

Usage

Completely follow the steps of the original warehouse for installation

First:If you want to build this repo, please note that change the path on line 8 and 22,23, which is your torch package

tips:There may be a touch issue, like:

agile_locomotion::AgileLocomotion::loadParameters()': agile_locomotion.cpp:(.text+0x751): undefined reference to 

as the installed version of c-torch is older. You can refer to this to solve the problem you are encountering.

Change

First

Changing the control library version from a1 to go1

second

Correcting header files and CMakeList.txt

Results

Finally, the code was successfully deployed on go1, achieving standing, walking, and obstacle crossing.

see: IMAGE ALT TEXT HERE