Robot Perception for Indoor Navigation《室内导航中的机器人感知》
Felix Endres 论文下载
Technische Fakult¨ at
Albert-Ludwigs-Universit¨ at Freiburg
Betreuer: Prof. Dr. Wolfram Burgard
简介:In recent years, commercially available mobile robots, that operate in indoor environments, have found their ways into private homes, office environments, and industrial settings.They fulfill important duties such as transportation, telepresence, and cleaning.While some tasks, such as vacuum cleaning, can be achieved with rudimentary perception, for more complex tasks sophisticated perception capabilities are fundamental for autonomous robots.
近些年来,商业上可用的移动机器人,在室内环境中运动,已经找到了进入私人家庭、办公环境和工厂设施的出路。它们填补了重要的任务比如交通、远程监控和清洁。
Even for the mentioned vacuum cleaning, improved perception al-
lows for substantial increases in efficiency. In this thesis, we investigate novel approaches
for the modelling of indoor environments for robot navigation. Being an important foun-
dation for higher level skills, a particular focus lies on simultaneous localization and
mapping (SLAM), which allows a robot to construct a model of its environment dur-
ing operation. In the context of SLAM, we develop an approach for RGB-D cameras,
that captures dense 3D maps for robot navigation. For this SLAM system, we propose
novel methods to increase the accuracy of the trajectory estimation and the robustness
against misassociations during individual motion estimates. Further, we address a major
limitation on the hardware side of RGB-D cameras, namely the limited field of view. We
investigate SLAMwith multiple RGB-D cameras and develop an approach for automated
extrinsic calibration of RGB-D cameras via SLAM. We further propose an extension of
RGB-D sensors with mirrors to bisect the field of view into two roughly opposite views.
While this does not increase the overall information perceived, we show that the divided
field of view is beneficial in the context of SLAM. Additionally, we exploit the structural
properties of this catadioptric extension to constrain the mentioned calibration method,
such that planar motion of the robot is sufficient for online calibration of the two views.
To autonomously access all areas in a private home or office, a further key skill for robot
navigation is the operation of doors. In this context, we extend the state of the art by novel
methods for learning a model of the kinematics and dynamics of a door. We demonstrate
that the knowledge about the dynamics of a door allows the robot to accurately predict
the motion of the door from inertia. We use this ability to employ a door opening strategy
with low requirements on the dexterous workspace of the manipulator. To show the bene-
fits of the approaches proposed in this thesis, we thoroughly evaluate them in experiments
with real robots and real sensor data. Overall, the proposed approaches lower the cost of
the sensing equipment and the required complexity of the manipulator. These factors are
particular important for commercial robots targeted at households and small businesses.
Robot Perception for Indoor Navigation《室内导航中的机器人感知》的更多相关文章
- RGB-D 室内导航 paper
摘要: 最近打算使用Kinect实现机器人的室内导航,收集了近年来的一些比较好的文章.<基于Kinect系统的场景建模与机器人自主导航>.<Mobile Robots Navigat ...
- BZOJ_3362_[Usaco2004 Feb]Navigation Nightmare 导航噩梦_并查集
BZOJ_3362_[Usaco2004 Feb]Navigation Nightmare 导航噩梦_并查集 Description 农夫约翰有N(2≤N≤40000)个农场,标号1到N,M( ...
- 带权并查集【bzoj3362】: [Usaco2004 Feb]Navigation Nightmare 导航噩梦
[bzoj]3362: [Usaco2004 Feb]Navigation Nightmare 导航噩梦 农夫约翰有N(2≤N≤40000)个农场,标号1到N,M(2≤M≤40000)条的不同的垂 ...
- Bootstrap历练实例:导航中的表单
Bootstrap历练实例:导航中的表单,它是使用class.navbar-form类,这确保了表单适当的垂直对齐和在较窄的视口中折叠的行为,使用这个对齐方式选项来决定导航栏中的内容放置在哪里. 实例 ...
- 【从零开始撸一个App】Fragment和导航中的使用
Fragment简介 Fragment自从Android 3.0引入开始,它所承担的角色就是显而易见的.它之于Activity就如html片段之于页面,好处无需赘述. Fragment的生命周期和Ac ...
- 在ECSHOP后台左侧导航中增加新菜单
在ECSHOP后台左侧导航中增加新菜单 ECSHOP教程/ ecshop教程网(www.ecshop119.com) 2011-11-08 有个别高级用户(懂PHP的),提到这样的问题: 在后台管 ...
- 鼠标经过导航中li时,一个彩色模块跟着鼠标移动
1.鼠标经过导航中li时,一个活动的li跟随鼠标移动,最终移动到鼠标的停留的位置.(如需鼠标离开后让活动的li回到初始位置,则用jq hover事件,当鼠标离开时,给活动的li设置left是0) 2. ...
- 如何删除帝国cms面包屑导航中首页链接的/index.html
前面一篇"帝国cms面包屑导航的首页链接锚文本改成关键字"中xmyanke有写到改首页链接的方法,但是感觉比较麻烦,这里就说说如何删除帝国cms面包屑导航中首页链接的/index. ...
- UE4 Navmesh 室内导航设置
我用的UE版本是4.14.1 系统:win10 64 前不久给样板房里面做了一个扫地机器人,导航设置让我头大了很久,度娘也没有用,最后在谷哥上有所感悟,现在给出本人的设置过程和解决方案. 一开始拖 ...
随机推荐
- Eclipse中Ctrl+Shift+f快捷键无效的解决方式
某天突然发现idea非常重要的快捷键ctrl+shift+f无效了,网上搜了很多都说是qq快捷键冲突,但是找了下qq快捷键却没有解决,现在给大家一个解决快捷键冲突的思路: 1.查看QQ快捷键--> ...
- Imageen 图像切割 (JpegLosslessTrans)
procedure CutAFile(FileName: string; qry: TQuery);var i: Cardinal; FromStream, ToStream: TMemorySt ...
- linux基础命令:
linux基础命令: 显示 echo 输出我写的内容 ls 查看当前目录的文件 pwd 查看当前目录 ifconfig 查看网卡信息 grep 过滤 -v 取反 -n man 查看命令的帮助信息 md ...
- substring_index 用法
substring_index http://blog.csdn.net/wolinxuebin/article/details/7845917 1.substring_index(str,delim ...
- Kconfig详解
当执行#make menuconfig时会出现内核的配置界面,所有配置工具都是通过读取"arch/$(ARCH)Kconfig"文件来生成配置界面,这个文件就是所有配置的总入口,它 ...
- shell脚本面试题
Q:1 Shell脚本是什么.它是必需的吗? 答:一个Shell脚本是一个文本文件,包含一个或多个命令.作为系统管理员,我们经常需要使用多个命令来完成一项任务,我们可以添加这些所有命令在一个文本文件( ...
- 代理URI和服务器URI的不同
[代理URI和服务器URI的不同] 1.向Web服务器直接发送请求时,路径为相对路径(不包含域名). 2.当向代理发送请求时,路径为绝对路径(包含域名). 参考<HTTP权威指南>6.5. ...
- 第十章 泛型程序设计与C++标准模板库 泛型程序设计及STL的结构
- 【vs2010】转换到 COFF 期间失败: 文件无效或损坏
不知怎么本来编译好好的VS2010环境,忽然出现“转换到COFF 期间失败:文件无效或损坏”的链接错误.花了好多天,试了好多方法,最终解决了这个问题. 现在罗列一下这几种解决方案: 方案1: ...
- OCI 编程
一.环境的配置 1.系统环境:要想使用OCI编程需要安装Oracle的客户端,而这个普通的客户端比较大,方便起见,可以安装即时客户端(Instantclient)作为Oracle的访问客户端. 具体 ...