Update doc4.md

pull/1/head
doubleTing 2020-11-03 11:40:10 +08:00
parent b60d4df0f8
commit 973e11a831
1 changed files with 8 additions and 3 deletions

View File

@ -6,10 +6,15 @@
<h5 id="1">1. 如何编译ROS工作空间</h5>
首次编译进入catkin_ws/script目录执行编译脚本该脚本禁止使用sudo执行
在 /home/autolabor/catkin_ws 目录下,右键打开终端执行
`./rebuld`
`sudo rm -rf build/ devel/ logs/ .catkin_tools/`
该脚本执行的是全局编译操作耗时时间会比较久第一次编译成功后如SRC内容有更改只需catkin_ws目录下执行以下命令。
输入密码 `autolabor`,回车,然后执行
`catkin build`
如过去曾经编译成功过,可只执行 `caktin build` 即可。