Google's Open Source SLAM Library ---- Cartographer

What is Cartographer?

Google announce the open source release of Cartographer, a real-time simultaneous localization and mapping (SLAM) library in 2D and 3D with ROS support, in October 2016. As Robotics Trends said, "Google wants to democratize the development of SLAM technology by releasing an open-source version of its Cartographer mapping library." Google is now putting it to use to map anything from hotels to museums.

Reference:

Google Cartographer SLAM Library Now Open-Source - Robotics ...

Google Open Source Blog: Introducing Cartographer

Google Cartographer | Read the Docs

Google Cartographer ROS | Read the Docs

googlecartographer - GitHub

W. Hess, D. Kohler, H. Rapp, and D. Andor, Real-Time Loop Closure in 2D LIDAR SLAM, in Robotics and Automation (ICRA), 2016 IEEE International Conference on. IEEE, 2016. pp. 1271–1278.

Google's Open Source SLAM Library ---- Cartographer

时间: 2024-12-28 00:43:50

Google's Open Source SLAM Library ---- Cartographer的相关文章

implement Google's Open Source Slam "Cartographer" in Gazebo

1. Platform Dell PC installed Ubuntu 14.4 and ROS Indigo. 2. Building & Installation We recommend using wstool and rosdep. For faster builds, we also recommend using Ninja. # Install wstool and rosdep. sudo apt-get update sudo apt-get install -y pyth

Google开源SLAM软件cartographer中使用的UKF滤波器解析

在Google开源SLAM软件cartographer中,相对<SLAM for dummies>使用了更为复杂.性能更好的Scan匹配与UKF算法,这里简单介绍下cartographer中使用的UKF算法. (一)滤波器参数设定 constexpr static FloatType kAlpha = 1e-3; constexpr static FloatType kKappa = 0.; constexpr static FloatType kBeta = 2.; constexpr st

kivy.org - Open source Python library for rapid development of applications

kivy.org - Open source Python library for rapid development of applicationsthat make use of innovative user interfaces, such as multi-touch apps. ????. 原文地址:https://www.cnblogs.com/edisp/p/10358625.html

Open Source Projects Released By Google

Open Source Projects Released By Google Google has released over 20 million lines of code and over 900 projects. Many engineers work on open source projects full time, and even more use their 20% time to create new projects or contribute to their fav

Open source packages on SLAM

OpenSLAM http://openslam.org/ Most main stream open source slam resource can be found on OpenSLAM, which is a set of packages. ORB-SLAM2 https://github.com/raulmur/ORB_SLAM2.git In its github page, information are complete including the paper referen

来自 Google 的 R 语言编码风格指南

本文转自Xiao Nan的博客 R语言是一门主要用于统计计算和绘图的高级编程语言. 这份 R 语言编码风格指南旨在让我们的 R 代码更容易阅读.分享和检查. 以下规则系与 Google 的 R 用户群体协同设计而成. 概要: R编码风格约定 文件命名: 以 .R (大写) 结尾 标识符命名: variable.name, FunctionName, kConstantName 单行长度: 不超过 80 个字符 缩进: 两个空格, 不使用制表符 空白 花括号: 前括号不折行写, 后括号独占一行 赋

Open Source Software List: The Ultimate List

http://www.datamation.com/open-source/ Accessibility 1. The Accessibility Project The Business Value of Cisco UCS Integrated Infrastructure Solutions for Running SAP Workloads Download Now Launched in 2013, this site aims to provide information on ma

The Top 50 Proprietary Programs that Drive You Crazy — and Their Open Source Alternatives

The Top 50 Proprietary Programs that Drive You Crazy - and Their Open Source Alternatives 01 / 22 / 2013 By Josh Weikel No Comments Posted in Software Tags Update January 22, 2013: This article was originally posted February 7, 2008. Since then, it h

Google的C++开源代码项

转:http://blog.csdn.net/wenrenhua08/article/details/40040903 v8  -  V8 JavaScript EngineV8 是 Google 的开源 JavaScript 引擎.V8 采用 C++ 编写,可在谷歌浏览器(来自 Google 的开源浏览器)中使用.V8 根据 ECMA-262 第三版中的说明使用 ECMAScript,并在使用 IA-32 或 ARM 处理器的 Windows XP 和 Vista.Mac OS X 10.5