- Robot Operating System Cookbook
- Kumar Bipin
- 50字
- 2025-03-01 11:46:05
Getting ready
Before running any ROS nodes, we should start the ROS master and the ROS parameter server. We can start ROS master and the ROS parameter server using a single command called roscore, which will start three programs by default; ROS master, ROS parameter server, and rosout logging nodes.