how can i resolve sudo: rosdep: command not found
时间: 2023-08-01 07:08:00 浏览: 236
mysql could not be resolved: Name or service not known
5星 · 资源好评率100%
You can try installing rosdep by running the following command:
```
sudo apt-get install python-rosdep
```
If the package is already installed, you can try updating the package using the following command:
```
sudo rosdep update
```
If these commands do not resolve the issue, you may need to check your ROS installation and ensure that it is properly configured.
阅读全文