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

建立工作空间名字可以任意取,但里面必须有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:

原文地址:https://www.cnblogs.com/ecoflex/p/10801514.html