EVO install
程序员文章站
2024-03-25 08:13:10
...
EVO是评价SLAM比较好用的工具,大家都经常使用。
安装请参考官方指引:evo
但是在安装过程中容易遇到问题,比如:
ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.
We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.
seaborn 0.11.0 requires matplotlib>=2.2, but you'll have matplotlib 2.1.1 which is incompatible.
官方的安装指令是:
pip install --editable . --upgrade --no-binary evo
但是运行之后出错了,所以改成:
pip install evo --upgrade --no-binary evo --use-feature=2020-resolver
上一篇: Ant1-D3bug
推荐阅读
-
使用evo工具评测SLAM
-
SLAM评测工具evo的使用
-
evo工具评测slam系统
-
EVO install
-
evo
-
SLAM结果评测工具——TUM Banchmark & EVO
-
应用审核被拒,出现2.5.2-During review, your app ...itms-services URL scheme to install an app.
-
Cannot complete the install because one or more required items could not be found.
-
Eclipse Indigo - Cannot install Android ADT Plugin 博客分类: Framework开发工具
-
Eclipse Indigo - Cannot install Android ADT Plugin 博客分类: Framework开发工具