# turtle_battle **Repository Path**: techwolf/turtle_battle ## Basic Information - **Project Name**: turtle_battle - **Description**: 追逐你喜欢的那个小乌龟,满100分奖励教学视频哦 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-10-30 - **Last Updated**: 2022-10-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 龟龟追逐赛 - 100分有惊喜哦 ## 安装 ``` mkdir -p turtle_ws/src && cd turtle_ws/src git clone https://github.com/aiotrobot/turtle_battle.git cd .. colcon build ``` ## 启动 ``` ros2 launch src/turtle_battle/launch/turtle_battle.launch.py ros2 run turtlesim turtle_teleop_key ```