- Robot Operating System Cookbook
- Kumar Bipin
- 56字
- 2025-03-01 11:46:05
Initializing rosdep
The rosdep command-line tool must be installed and initialized before we can use ROS. This allows us to easily install libraries and solve system dependencies for the source we want to compile, and is required to run some core components in ROS:
$ sudo apt-get install python-rosdep $ sudo rosdep init $ rosdep update