Robot Operating System Cookbook
上QQ阅读APP看书,第一时间看更新

Build Farm Status

The ROS packages are built by the ROS build farm. We can check the status of inpidual packages at http://repositories.ros.org/status_page/.

Congratulations! We are done with the ROS installation. We will execute the following command to check whether the installation is correct.

Open a new terminal to run roscore:

$ roscore

This is followed by a turtlesim node in another terminal:

$ rosrun turtlesim turtlesim_node

If everything is correct, we will get the following screen:

ROS execution demo