张宁

Semi-Dense Visual-Inertial Odometry and Mapping for Quadrotors with SWAP Constraints

具有SWAP约束的四旋翼半密集视觉惯性里程计和建图
 https://ieeexplore.ieee.org/document/8463163

Wenxin Liu, Giuseppe Loianno, Kartik Mohta, Kostas Daniilidis, and Vijay Kumar

Abstract—Micro Aerial Vehicles have the potential to assist humans in real life tasks involving applications such as smart homes, search and rescue, and architecture construction. To enhance autonomous navigation capabilities these vehicles need to be able to create dense 3D maps of the environment, while concurrently estimating their own motion. In this paper, we are particularly interested in small vehicles that can navigate cluttered indoor environments. We address the problem of visual inertial state estimation, control and 3D mapping on platforms with Size, Weight, And Power (SWAP) constraints. The proposed approach is validated through experimental results on a 250g, 22cm diameter quadrotor equipped only with a stereo camera and an IMU with a computationallylimited CPU showing the ability to autonomously navigate, while concurrently creating a 3D map of the environment.

微型飞行器有可能协助人类完成现实生活任务,包括智能家居,搜索和救援以及建筑施工等应用。为了增强自主导航能力,这些车辆需要能够创建密集的环境3D地图,同时估计他们自己的运动。在本文中,我们对能够驾驭杂乱室内环境的小型车辆特别感兴趣。我们解决了具有尺寸,重量和功率(SWAP)约束的平台上的视觉惯性状态估计,控制和3D建图的问题。所提出的方法通过250g,22cm直径四旋翼飞行器的实验结果得到验证,该四旋翼飞行器仅配备立体摄像机和具有计算限制CPU的IMU,其显示自主导航的能力,同时创建环境的3D地图。

最新文章

  1. 用 Excel 测试“绘制两点间连线”的算法
  2. 入门:JavaWeb Cookie
  3. 【CISP笔记】安全漏洞与恶意代码(2)
  4. Web压力测试 ApacheBench(ab)
  5. Step by step configuration of Outgoing Emails from SharePoint to Microsoft Online
  6. 为Windows 8新建工具栏模拟“开始菜单”
  7. 16年大连网络赛 1006 Football Games
  8. Android:界面设计工具DroidDraw
  9. WPF Multi-Touch 开发:高效开发模式
  10. php中utf8 与utf-8
  11. CF 604C Alternative Thinking#贪心
  12. Android开发之Intent.Action 各种Action的常见作用
  13. 数据库SQL语句中 查询选修了全部课程的学生的学号和姓名
  14. sublime text3 安装package control 插件,解决访问被墙的问题
  15. 交叉编译ffmpeg(hi3520d)
  16. Oracle 11g即时客户端在windows下的配置
  17. Python 把数据库的数据导出到excel表
  18. CSS3给页面打标签
  19. 2018 Multi-University Training Contest 6 Solution
  20. 关于C# 委托(delegate)与事件(event)的用法及事例

热门文章

  1. 07 c++中的内联函数inline
  2. Java - Oscache 缓存
  3. Java8新特性(拉姆达表达式lambda)
  4. 使用Optional优雅处理null
  5. 初【001】——Python 基础知识
  6. 洛谷 P2010 回文日期 题解
  7. ArcGIS分支版本化( Branch Versioning )技术介绍
  8. 在Tex live和Beamer环境下编译中文
  9. shell编程题(三)
  10. 数据结构Java版之遍历二叉树(六)