ROS中,rosrun moveit python脚本遇到的错误
复制代码
1
2Failed to import pyassimp, see https://github.com/ros-planning/moveit/issues/86 for more info.
解决:
首先尝试:
复制代码
1
2pip install --user pyassimp
如果提示:
复制代码
1
2Cannot uninstall 'PyAssimp'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
则输入:
复制代码
1
2pip install --user pyassimp --ignore-installed pyassimp
原因是未安装pyassimp或者安装的pyassimp版本有问题,无需卸载直接安装即可,百分百解决问题。
最后
以上就是义气鞋子最近收集整理的关于2021-06-25的全部内容,更多相关2021-06-25内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复