# ros2tool **Repository Path**: LQFY/ros2tool ## Basic Information - **Project Name**: ros2tool - **Description**: ros2考试急救^_^ - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-26 - **Last Updated**: 2024-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ros2tool ## 使用说明 ### 确保git已经安装 ```sh cd ~ && rm -rf ~/ros2tool && git clone https://gitee.com/LQFY/ros2tool.git && cd ~/ros2tool && chmod +x *.sh && ./run.sh ``` ### git未安装 ```sh sudo apt update && sudo apt install git -y && cd ~ && rm -rf ~/ros2tool && git clone https://gitee.com/LQFY/ros2tool.git && cd ~/ros2tool && chmod +x *.sh && ./run.sh ```