Skip to content

scomup/lslam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSLAM

A LiDAR SLAM algorithm implemented by python

Installation

git clone https://github.com/scomup/lslam.git

Usage:

Eidt the lslam.py
bagreader = BagReader(${your.bag}, ${scan topic}, ${odom topic}, ${start time}, ${start time})  
 - `{your.bag}`   : your bag file  
 - `${scan topic}`: The scan topic name.  
 - `${odom topic}`: The odometry topic name.  
 - `${start time}`: The start time(secs) of your bag file  
 - `${end time}`  : The end time(secs) of your bag file  
./lslam.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages