核心内容摘要
自动下载电路下载不了,飞线拉低boot可以正常烧录
一键安装roswget http://fishros.com/install -O fishros . fishros
安装GO2相关项目*构建项目空间mkdir go2_fz_ws cd go2_fz_ws mkdir src cd src* 安装项目git clone https://github.com/unitreerobotics/unitree_legged_sdk.git cd unitree_legged_sdk/ mkdir build cd build/ cmake .. make cmake -DPYTHON_BUILDTRUE ..git clone https://github.com/unitreerobotics/unitree_ros_to_real.git git clone https://github.com/unitreerobotics/unitree_ros.git git clone https://github.com/unitreerobotics/unitree_guide.git* 回到目录 go2_fz_ws 进行编译。
catkin_make