ROS Create a Catkin Workspace
Step1 :First,create the top level catkin workspace directory and a sub-directory named $ mkdir -p ~/catkin_ws/src Step2:Next,navigate to the $ cd ~/catkin_ws/src Step3:initialize the catkin workspace: $ catkin_init_workspace Let’s list the contents of the current directory to see what changed. $ ls -l Notice that a symbolic link (CMakeLists.txt) has been created to Step4:Return to top level directory $ cd ~/catkin_ws Step5:build the workspace $ catkin_make (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |