Resource not found: mavros
时间: 2023-12-23 20:02:05 浏览: 193
流体:围绕MAVROS协议构建的有限状态机
你可以尝试以下方法来解决"Resource not found: mavros"的问题:
1. 使用以下命令卸载mavros:
```shell
sudo apt-get remove ros-melodic-mavros ros-melodic-mavros-extras
```
2. 如果卸载成功后,你可以使用以下命令之一来安装稳定版的mavros:
```shell
rosinstall_generator --upstream mavros | tee -a /tmp/mavros.rosinstall
```
请注意,以上命令是针对ROS Melodic版本的mavros。如果你使用的是其他版本,请相应地更改命令中的"melodic"为你所使用的版本。
阅读全文