# follow **Repository Path**: linClubs/follow ## Basic Information - **Project Name**: follow - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-18 - **Last Updated**: 2024-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 启动配置 1. 先断电再断can,再接can最后上电 2. 编译工程 ~~~python ./tools/build.sh ~~~ 3. 运行 ~~~python # 1 修改配置follow.sh文件 # 1.1 工程目录 workspace=/home/lin/test/follow # 1.2 密码 password=1 # 2 运行 ./tools/start.sh ~~~ 4. 删除编译文件 ~~~python ./tools/remove_make_file.sh ~~~