在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):TUC-ProAut/libRSF开源软件地址(OpenSource Url):https://github.com/TUC-ProAut/libRSF开源编程语言(OpenSource Language):C++ 85.9%开源软件介绍(OpenSource Introduction):libRSF - A Robust Sensor Fusion LibraryThe libRSF is an open source C++ library that provides the basic components for robust sensor fusion. It can be used to describe an estimation problem as a factor graph and solves it with least squares, powered by the Ceres Solver. More information can be found under libRSF - A Robust Sensor Fusion Library. Main features are:
Build and Test Status
InstallationThe libRSF is a CMake project that requires the installation of several dependencies. For convenience, we provide a simple bash script that installs required packages. It is tested only for Ubuntu 18.04/20.04: git clone https://github.com/TUC-ProAut/libRSF.git
cd libRSF
bash InstallDependencies.bash Alternatively, you can install them by your own:
The library and its applications can be build following this instructions: git clone https://github.com/TUC-ProAut/libRSF.git
cd libRSF
mkdir build && cd build
cmake ..
make all -j$(getconf _NPROCESSORS_ONLN) You can install the libRSF using: make install And remove it using: make uninstall UsageAfter building the library, some applications are provided which correspond directly to a publication. The following pages give you an overview, how to use them or how to build a custom application using the libRSF:
Additional InformationCitationIf you use this library for academic work, please cite it using the following BibTeX reference: @Misc{libRSF,
author = {Tim Pfeifer and Others},
title = {libRSF},
howpublished = {\url{https://github.com/TUC-ProAut/libRSF}}
} This library also contains the implementation of [1-3]. Further references will be added with additional content. [1] Tim Pfeifer and Peter Protzel, Expectation-Maximization for Adaptive Mixture Models in Graph Optimization, Proc. of Intl. Conf. on Robotics and Automation (ICRA), 2019, DOI: 10.1109/ICRA.2019.8793601 [2] Tim Pfeifer and Peter Protzel, Incrementally learned Mixture Models for GNSS Localization, Proc. of Intelligent Vehicles Symposium (IV), 2019, DOI: 10.1109/IVS.2019.8813847 [3] Tim Pfeifer and Sven Lange and Peter Protzel, Advancing Mixture Models for Least Squares Optimization, Robotics and Automation Letters (RA-L), 2021, DOI: 10.1109/LRA.2021.3067307 LicenseThis work is released under the GNU General Public License version 3. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论