3.3 创建一个catkin程序包
# You should have created this in the Creating a Workspace Tutorial
$ cd ~/catkin_ws/src$ catkin_create_pkg beginner_tutorials std_msgs rospy roscpp# This is an example, do not try to run this
# catkin_create_pkg <package_name> [depend1] [depend2] [depend3]Last updated