# global-LeGO-LOAM **Repository Path**: caomengnb/global-LeGO-LOAM ## Basic Information - **Project Name**: global-LeGO-LOAM - **Description**: global-LeGO-LOAM - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-17 - **Last Updated**: 2022-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # global-LeGO-LOAM It contains LeGO-LOAM mapping algorithm and Particle filter localization algorithm. To find robot pose, map should be built first by LeGO-LOAM. For computation efficiency, all nodes are implemented as nodelet. ### Preparation ``` cd src && git clone https://github.com/haeyeoni/global-LeGO-LOAM cd .. && catkin_make ``` ### Build map (Using KITTI dataset) (0) Download KITTI dataset and make as bag file format [(Reference lik)](https://github.com/haeyeoni/lidar_slam_evaluator) (1) Mapping ``` roslaunch lego_loam kitti_mapping.launch (new terminal) rosbag play kitti.bag --clock ``` In the launch file, you can set map and key pose path. Model is for generating descriptors and is used for finding initial pose of Monte Carlo Localization. * Result map