Skip to content

A simple 2D LandMark based SLAM ROS simulation environment.

Notifications You must be signed in to change notification settings

DaojunZhu/2DLandMarkSLAMSimEnv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

2DLandMarkSLAMSimEnv

A simple 2D LandMark based SLAM ROS simulation environment.

It is aimed to test your own implementation of landmark based SLAM,for instance,2D EKF SLAM or graph based SLAM.

img

Red path: True path of robot motion

Green path: Dead reckoning path from odometery information

Gray circle around robot: The measurement range of range bearing sensor

Green dots: LandMarks Blue lines: The measurements to current landmarks observed

The meaningful output Topics

"/NodeName/odom: " The odometry measurement

"/NodeName/observations:" The current landmarks measurement, whos ROS message type is slam_data_sim/RangeBearingObsData

slam_data_sim/RangeBearingObsData:
Header header
int64[] ids
float64[] ranges
float64[] angles

If you have any issues, please feel free to contack me through daojun@mail.ustc.edu.cn

About

A simple 2D LandMark based SLAM ROS simulation environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published