This project uses the unitree G1 EDU U2 robot and develops robot gait through ROS2 to achieve actions such as uphill climbing, crawling and obstacle crossing
G1 机器人项目代码仓库。
src/: ROS2 功能包docker/: Docker 环境scripts/: 常用脚本docs/: 开发规范与实机流程
cd ~/g1_robot
bash scripts/setup_deps.sh
编译
cd ~/g1_robot
colcon build --symlink-install
source install/setup.bash