Learning ROS: Managing System dependencies

Download and install the system dependencies for turtlesim:

roscd turtlesim
cat package.xml
rosdep install turtlesim

rosdep resolve roscpp
原文地址:https://www.cnblogs.com/xbit/p/8535588.html