Ubuntu installs ROS and executes sudo rosdep init error report sudo: rosdep cannot find command

Install ROS on Ubuntu, execute sudo rosdep init and report error sudo: rosdep cannot find the command:

Reason: The python-rosdep package is not installed

Solution

sudo apt-get install python-rosdep

Then execute:

sudo rosdep init
rosdep update

complete

Guess you like

Origin blog.csdn.net/wangyifan123456zz/article/details/109548905