ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
2

How can I find some valuable problems about SLAM which can be my master research projects?

asked 2016-06-01 20:17:32 -0500

blairlpp gravatar image

hi, my dear ROS friends! I am a first-year student for my Master Degree and SLAM is totally a whole new thing for me. There are so many things I need to learn. I am learning how to operate ROS to do SLAM. And I have wrote one simple EKF-SLAM code which were tested on a vehicle robot these days but the landmarks recognition part is from my partner. Im very confused right now cause I have to determine my research projects in two weeks however I haven't read many SLAM papers. I am trying to read some but I can't totally understand what the papers said without practice by my hand such as using a LIDAR to do SLAM. So what should I do?

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
1

answered 2016-06-02 01:19:13 -0500

panda gravatar image

updated 2016-06-02 01:20:45 -0500

about ROS :just follow the Tutorials at wiki.ros.org

about SLAM : if you are doing laser 2D slam, you need to learn how to using gmapping and hectorslam. just search it on ros. they were two best laser slam algorithm.

in addition,gmapping needs odometer(motor encoder data and IMU),while hectorslam not. it's better for you to improve your own code on the base of gmapping or hectorslam.

recently SLAM research are mostly in visual slam field and 3D laser slam.

for 3D laser slam, you can find it on youtube. it's similar to 2D laser slam. for Vslam, there is a lot new things to learn. mostly computer vision related. popular direction includes: RGBD slam (with kinect depth data), stereo slam, Monocular slam.

edit flag offensive delete link more
1

answered 2017-09-11 00:27:05 -0500

ZainMehdi gravatar image

This papers describes everything in detail. link text

Anyone looking for open problems in SLAM these days should refer to this paper.

edit flag offensive delete link more
0

answered 2018-04-28 16:44:27 -0500

If anyone is looking specifically towards RGB-D SLAM, this comparison paper could be a good start to the reading process.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2016-06-01 20:17:32 -0500

Seen: 492 times

Last updated: Apr 28 '18