Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
package.xml 780 Bytes
Copy Edit Raw Blame History
Eurico F. Pedrosa authored 2022-09-02 14:06 . Bump to version 1.3.1
<?xml version="1.0"?>
<package format="2">
<name>iris_lama</name>
<version>1.3.1</version>
<description>
IRIS package for Localization and Mapping (LaMa).
This packages includes the sparse-dense library for grid mapping,
a 2D localization algorithm based on scan matching, an online SLAM solution
with a dynamic likelihood field and a 2D RB Particle Filter SLAM solution
with multithreading.
</description>
<author email="efp@ua.pt">Eurico Pedrosa</author>
<maintainer email="efp@ua.pt">Eurico Pedrosa</maintainer>
<license>BSD</license>
<buildtool_depend>cmake</buildtool_depend>
<build_depend>eigen</build_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化