SLAM, in my eyes

From:http://blog.csdn.net/c602273091/article/details/52695924

SLAM is short for simutaneous localization and mapping, which plays an important part in perception of robotics like autonomous driving or VR/AR.(In robotics, there are three component. Perception, control, decision) SLAM can build map for robots in unfamiliar environments and estimate pose for robots. With this map and pose estimation, robots can have better performance in following steps.

Take the ORB-SLAM as an example.(ORB-SLAM is the best paper in IEEE. Transaction Robotics)

这里写图片描述
From the above image, we have system overview of ORB-SLAM. ORB-SLAM has three threads, which can speed up the implementation to achieve real time requirement.

The map is built firstly to extract ORB feature from frames. If the frame is satisfied with map initialization requirement, we will set the coordinate. Then we match the frames in between to localize and add new map points to the map. At the same time, we will overview the key frames to eliminate redundant information to save memory.

As for the map we have built, we will do loop closing to optimize the map and detect loop.

The following picture illustrates the performance of ORB-SLAM.
这里写图片描述

So what is SLAM? Pose estimation and map.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值