# ROS 开发简明教程 ```bash mkdir -p /src cd /src catkin_init_workspace cd .. catkin_make source devel/setup.bash cd src catkin_create_pkg rospy ```