在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):dcmlr/fingerprint-localization开源软件地址(OpenSource Url):https://github.com/dcmlr/fingerprint-localization开源编程语言(OpenSource Language):C++ 85.0%开源软件介绍(OpenSource Introduction):Source code for the article "Robust LiDAR Feature Localization for Autonomous Vehicles Using Geometric Fingerprinting on Open Datasets"This repository contains the source code for the article "Robust LiDAR Feature Localization for Autonomous Vehicles Using Geometric Fingerprinting on Open Datasets" published in the IEEE Robotics and Automation Letters and presented at the 2021 International Conference on Robotics and Automation (ICRA 2021). A preprint is available for download under this link. ResultsHere a comparison of a GNSS localization and the feature localization: CitationIf you use our work in your research, please consider citing our article:
LicenseCopyright 2021 Dahlem Center for Machine Learning and Robotics, Freie Universität Berlin
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. DependenciesBesides ROS Kinetic the following libraries are needed:
Spatialite-Datebase feature map creationData used in the articleWe retrieved the data used for the article from the "Geoportal Berlin" (https://fbinter.stadt-berlin.de/fb/index.jsp) using the application QGIS (https://qgis.org/de/site/), which is capable of retrieving data from WFS sources. We exported the data of our region of interest to csv files and proceeded with the steps below. Prepare your dataPreprocessing of walls and cornersThe calculateCorners script calculates wall and corner features that can be used with the fingerprint localization from a geojson file. This file should be called 'buildings.geojson' and it should contain the building outlines as polygons for the area of interest. Generate the fingerprintsThe python script 'fingerprintCalculator' can be used to generate the fingerprints. It expects the data in a single csv file 'features.csv', one row per feature and no header. Create the Spatialite feature map databaseImport of the feature dataFor the creation of the Spatialite feature map database the tool Spatialite-gui can be used. It offers a import function for tables from csv files.
The previously generated files can be imported to the tables 'fingerprints' and 'fingerprintsWalls'.
The files generated with the fingerprintsCalculator script already have the correct headers, so the checkbox "first line contains column names" should be checked. Creation of the spatial indexesThe file 'db_creation' contains all necessary SQL-commands in order to create the indexes. They need to be adjusted for the SRID (Spatial Reference Identifier) that you used to export the data. The Berlin data uses the SRID EPSG: 25833 (ETRS89 / UTM zone 33N), you need to change the SRID for all spatial functions in this grid from 25833 to your SRID. Used Tf-Frames
Modules documentationSimplePoleDetectorFeature detection class. Is capable of detecting pole features, walls and building corners. Needs a point cloud containing the ring information like it is provided by the ros velodyne driver. Input topics/sensors/velodyne_points Parameters/pole_recognition/log_features Dynamic parametersdetect_corners Output topics/pole_recognition/trackedPolesArray RecognizerFingerprint matching class. Takes a feature vector and calculates the fingerprints, matches the features to a Spatialite-Database map and calculates a positional offset to the ego position. Input topics/pole_recognition/trackedPolesArray Parameters/pole_recognition/database_name Dynamic parametersmax_search_radius Output topics/pole_recognition/PositionDifference position_correction_publisherProvides the odometry topic for the localization. Input topics/pole_recognition/PoleMatchings Parameters/pole_recognition/csv_file Dynamic parametersuse_gps Output topics/localization/pole_odom utm_map_transform_broadcasterProvides the map <-> utm tf transform. Input topic/localization/map_origin |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论