-
大小: 817KB文件类型: .zip金币: 2下载: 1 次发布日期: 2021-08-23
- 语言: 其他
- 标签: cartographer slam
资源简介
本资源包含完整的谷歌开源激光slam算法:cartographer,并对其中各部分代码详细注释,使初学者能够尽快上手阅读以及学习该方法,注释如有错误,还请联系交流指出!
代码片段和文件信息
# -*- coding: utf-8 -*-
# Copyright 2016 The Cartographer Authors
#
# Licensed under the Apache License Version 2.0 (the “License“);
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing software
# distributed under the License is distributed on an “AS IS“ BASIS
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Cartographer documentation build configuration file created by
# sphinx-quickstart on Fri Jul 8 10:41:33 2016.
#
# This file is execfile()d with the current directory set to its
# containing dir.
#
# Note that not all possible configuration values are present in this
# autogenerated file.
#
# All configuration values have a default; values that are commented out
# serve to show the default.
import sys
import os
# If extensions (or modules to document with autodoc) are in another directory
# add these directories to sys.path here. If the directory is relative to the
# documentation root use os.path.abspath to make it absolute like shown here.
#sys.path.insert(0 os.path.abspath(‘.‘))
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version state it here.
#needs_sphinx = ‘1.0‘
# Add any Sphinx extension module names here as strings. They can be
# extensions coming with Sphinx (named ‘sphinx.ext.*‘) or your custom
# ones.
extensions = [
‘sphinx.ext.todo‘
‘sphinx.ext.mathjax‘
]
# Add any paths that contain templates here relative to this directory.
templates_path = [‘_templates‘]
# The suffix of source filenames.
source_suffix = ‘.rst‘
# The encoding of source files.
#source_encoding = ‘utf-8-sig‘
# The master toctree document.
master_doc = ‘index‘
# General information about the project.
project = u‘Cartographer‘
copyright = u‘2016 The Cartographer Authors‘
# The version info for the project you‘re documenting acts as replacement for
# |version| and |release| also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = ‘1.0.0‘
# The full version including alpha/beta/rc tags.
release = ‘1.0.0‘
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#language = None
# There are two options for replacing |today|: either you set today to some
# non-false value then it is used:
#today = ‘‘
# Else today_fmt is used as the format for a strftime call.
#today_fmt = ‘%B %d %Y‘
# List of patterns relative to source directory that match files and
# directories to ignore when looking for source files.
exclude_patterns = []
# The reST default role (used for this markup: ‘text‘) to use for all
# documents.
#default_role = None
# If true ‘()‘ wil
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-08-19 15:47 cartographer--zhushi\
目录 0 2017-11-15 22:52 cartographer--zhushi\cartographer\
目录 0 2018-08-10 15:16 cartographer--zhushi\cartographer\.git\
文件 45 2017-11-15 15:57 cartographer--zhushi\cartographer\.gitignore
目录 0 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\branches\
文件 264 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\config
文件 73 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\desc
文件 23 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\HEAD
目录 0 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\hooks\
文件 452 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\hooks\applypatch-msg.sample
文件 896 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\hooks\commit-msg.sample
文件 189 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\hooks\post-update.sample
文件 398 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\hooks\pre-applypatch.sample
文件 1642 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\hooks\pre-commit.sample
文件 1352 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\hooks\pre-push.sample
文件 4898 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\hooks\pre-reba
文件 1239 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\hooks\prepare-commit-msg.sample
文件 3611 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\hooks\update.sample
文件 30464 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\index
目录 0 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\info\
文件 240 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\info\exclude
目录 0 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\logs\
文件 179 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\logs\HEAD
目录 0 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\logs\refs\
目录 0 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\logs\refs\heads\
文件 179 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\logs\refs\heads\master
目录 0 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\logs\refs\remotes\
目录 0 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\logs\refs\remotes\origin\
文件 179 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\logs\refs\remotes\origin\HEAD
目录 0 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\ob
目录 0 2017-11-15 15:57 cartographer--zhushi\cartographer\.git\ob
............此处省略314个文件信息
- 上一篇:主成分回归分析文献综述
- 下一篇:车道偏离预警系统
相关资源
- SLAM综述文章
- ORB-SLAM2 论文pdf
- 基于三维激光雷达的自动驾驶车辆高
- ORBSLAM可以用来保存地图和重载地图
- 视觉SLAM十四讲.pdf.zip
- cartographer-master-19.zip
- ORB-SLAM2源码中文详解.pdf
- 视觉SLAM综述
- 基于ROS的移动机器人SLAM研究
- Lidar Odometry and mapping in real time
- EKF-SLAM算法程序
- State Estimation for Robotics 机器人学中的
- State Estimation for Robotics 最新修订版
- STATE ESTIMATION FOR ROBOTICS pdf
- 基于扩展卡尔曼滤波EKF的机器人SLAM问
- SLAM中的传感器融合技术
- state-estimation-cn
- gmapping,hector,catorgrapher总结及论文
- slam 开源代码ptam and ptamm
- 主流VIO技术综述及VINS解析_崔华坤等
- cpp-CppRoboticscpp实现机器人算法包括定
- 用ORB SLAM2跑自己的图片序列数据集
- SLAM经典入门教程
- ORB-SLAM相关论文
- 基于Cartographer算法的SLAM与导航机器人
- slam文献.zip
- LSD SLAM源码 windows版本非ROS版本
- SLAM-with-RTAB-Map.pdf
- ROS 机器人高效编程原书第三版
- 因子图在SLAM中的应用英文版
评论
共有 条评论