Building a Lidar Map using Graphs and Open-Source Toolsby@anatoly93rus
383 reads

Building a Lidar Map using Graphs and Open-Source Tools

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

Lidar data can be used to localize the robot and simultaneously map the environment. For this, join up the lidar scans accurately so that there are no object duplications, overlaps and other artefacts. Two popular approaches to merging lidar data are: 1. filters (e.g. the Kalman Filter) that iteratively optimize the current pose of the robot based on several uncertainty distributions and 2. graph-based methods that optimize all of the robot’s poses in a graph using measurements from various sensors. For graph optimization, i.e. to correct the accumulated error in sensors’ measurements, the least-squares method can be used. To build a lidar map using graph-based method, open a ROS bag containing lidar scand, odometry and GNSS values in the hdl_graph_slam package. This tool builds the first rough version of the map with inconsistencies. Next, load this map in interactive_slam. Run the Automatic Loop Closing function several times with the sets of parameters described in the article until you are happy with the map quality. To dive deeper in graph SLAM, explore the scientific articiles and educational videos mentioned in the article.
featured image - Building a Lidar Map using Graphs and Open-Source Tools
Anatoly Kabakov HackerNoon profile picture

@anatoly93rus

Anatoly Kabakov


Receive Stories from @anatoly93rus

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!