Tutorial by Examples

Assuming a workspace named workspace_name has been previously created in the home directory, a package named package_name can be created by executing the following command lines. $ cd ~/workspace_name/src/ $ catkin_create_pkg package_name rospy

Page 1 of 1