Explorar el Código

[merge]:branch 'master' into humble

鱼香ROS hace 3 años
padre
commit
45e357ad1e
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      docs/foxy/chapt3/3.3ROS2的编译器Colcon.md

+ 3 - 1
docs/foxy/chapt3/3.3ROS2的编译器Colcon.md

@@ -45,9 +45,11 @@ sudo apt-get install python3-colcon-common-extensions
 2. 下载个ROS2示例源码测试一下
 
    ```
-   git clone https://github.com/ros2/examples src/examples -b foxy
+   git clone https://ghproxy.com/https://github.com/ros2/examples src/examples -b foxy
    ```
 
+> 源码在github上,https://ghproxy.com/为github代理
+
 3. 编译工程
 
    ```