2020-08-27 14:00:26 +08:00
|
|
|
|
## 常见问题 - 其他
|
|
|
|
|
|
2020-10-23 17:51:41 +08:00
|
|
|
|
<a href="/usedoc/navigationKit2/common/q_a/doc4#nav2">1. 如何编译ROS工作空间?</a>
|
2020-08-27 14:00:26 +08:00
|
|
|
|
|
|
|
|
|
***
|
|
|
|
|
|
2020-10-23 17:51:41 +08:00
|
|
|
|
<h5 id="1">1. 如何编译ROS工作空间?</h5>
|
2020-08-27 14:00:26 +08:00
|
|
|
|
|
2020-11-03 11:40:10 +08:00
|
|
|
|
在 /home/autolabor/catkin_ws 目录下,右键打开终端执行
|
2020-08-27 14:00:26 +08:00
|
|
|
|
|
2020-11-03 11:40:10 +08:00
|
|
|
|
`sudo rm -rf build/ devel/ logs/ .catkin_tools/`
|
2020-08-27 14:00:26 +08:00
|
|
|
|
|
2020-11-03 11:40:10 +08:00
|
|
|
|
输入密码 `autolabor`,回车,然后执行
|
2020-08-27 14:00:26 +08:00
|
|
|
|
|
2021-04-20 15:30:20 +08:00
|
|
|
|
`catkin build -j2`
|
2020-11-03 11:40:10 +08:00
|
|
|
|
|
2020-11-03 11:40:40 +08:00
|
|
|
|
如过去曾经编译成功过,可只执行第二句命令 `caktin build` 即可。
|
2020-11-03 11:40:10 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|