- Robot Operating System Cookbook
- Kumar Bipin
- 81字
- 2025-03-01 11:46:04
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