码迷,mamicode.com
首页 > 其他好文 > 详细

机器人学-估计与学习-第三周

时间:2019-01-02 19:24:12      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:ali   val   图片   robot   rod   proc   top   mod   path   

3.1 robotic mapping

3.1.1 Introduction

3.1.2 Introduction to mapping

Map and Mapping

(1) map is a spatial model of robot‘s environment

(2) mapping is a process for building a map

(3) consideration for mapping

     - map representation

     - avalable sensors

     - purpose of mapping 

 

Type of map:

(1) metric map : a localization is represented as a coordinate

(2) topological : Locations are represented as nodes and their connectivity as arcs. Only the connectivity between nodes matter. Graph representation  is useful for path planning.

(3) semantic map : semantic map is a map with labels.

 

What make it challengin?

- Noisy measurement in local coordinate

- Motion involved

- Change over time

 

3.2 occupancy grid mapping

3.2.1 occupancy grid map

技术分享图片

 

技术分享图片

 

 技术分享图片

 

技术分享图片

 

3.2.2 log-odd update

在贝叶斯框架下根据观测模型直接更新每个珊格的占据概率是困难的,引入一个新的变量Odd,赢率,其含义为某件事发生的概率与不发生的概率之比。

技术分享图片

 

 技术分享图片

 

技术分享图片

 

取对数,获得odd的更新方法,即每次观测后都更新先验地图,获得的后验地图将作为下一时刻的先验地图,以此方式不断迭代。

技术分享图片

 

技术分享图片

 

技术分享图片

 

例题:

技术分享图片

 

技术分享图片

 

技术分享图片

 

3.2.3 handling range sensor

3.2.4 2D occupancy grid mapping

 

3.3 3D mapping

机器人学-估计与学习-第三周

标签:ali   val   图片   robot   rod   proc   top   mod   path   

原文地址:https://www.cnblogs.com/gdut-gordon/p/10209446.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!