当前位置 : 主页 > 大数据 > 区块链 >

[ROS] Chinese MOOC || Chapter-2.1 Catkin工作空间与编译系统

来源:互联网 收集:自由互联 发布时间:2021-06-22
建立工作空间 : 名字可以任意取 ,但里面必须有src文件夹 编译 :用source把编译完的workspace刷新到环境变量里,这样系统才知道ros可执行文件在哪,才能运行。否则roslaunch找不到工作

建立工作空间名字可以任意取,但里面必须有src文件夹

编译:用source把编译完的workspace刷新到环境变量里,这样系统才知道ros可执行文件在哪,才能运行。否则roslaunch找不到工作空间。

 

 

package is the most basic element for catkin make.

catkin make will recursively search packages in src folder, so the following organization is also allowed:

网友评论