slam cartographer 学习】的更多相关文章

https://github.com/slam4code                   感谢大牛的分享…
转载自谷歌Cartographer学习(1)-快速安装测试 代码放到个人github上,https://github.com/hitcm/ 如下,需要安装3个软件包,ceres solver.cartographer和cartographer_ros 1.首先安装ceres solver,选择的版本是1.11,路径随意. git clone https://github.com/hitcm/ceres-solver-1.11.0.git mkdir build cd ceres-solver-1…
有位师兄收集了很多slam的学习资料, 做的很赞, 放到了github上, 地址:https://github.com/liulinbo/slam.git ruben update 0823 2016   01StableMatching.pdf 添加部分资料 2 years ago   1502.00956v2.pdf update by ruben 04/08/2016 a year ago   2013.2-第二届虚拟仪器大赛特等奖-结构化环境地图创建机器人.mp4 update by r…
Cartographer is a backpack equipped with Simultaneous Localization and Mapping (SLAM) technology. 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 re…
最近终于写完了毕业论文.想仔细研究下Cartographer.无奈自己学识有限,先看下网上大牛的解析,作一个汇总. 一.泡泡机器人原创专栏-cartographer理论及实践浅析 http://mp.weixin.qq.com/s/LdbFp-Zvkr02-_25ILb16g 二.[SLAM](一)Google Cartographer的初步尝试 三.kint_zhao的博客:http://blog.csdn.net/zyh821351004/article/details/52421005 四…
谷歌自己提供了安装方法,但是安装比较繁琐,我做了一定的修改,代码放到个人github上,https://github.com/hitcm/. ros下面的安装非常快捷,只需要catkin_make即可. 更多细节,可以看看知乎的问题https://www.zhihu.com/question/51348391/answer/125560951?from=profile_answer_card 个人理解错误的地方还请不吝赐教,转载请标明出处,内容如有改动更新,请看原博:http://www.cnb…
Karto_slam算法是一个Graph based SLAM算法.包括前端和后端.关于代码要分成两块内容来看. 一类是OpenKarto项目,是最初的开源代码,包括算法的核心内容: https://github.com/skasperski/OpenKarto.git  之后作者应该将该项目商业化了:https://www.kartorobotics.com/ 作者是这样说的: “When I worked at SRI, we developed a 2D SLAM mapping syst…
转自:http://www.cnblogs.com/wenhust/ 书籍: 1.必读经典 Thrun S, Burgard W, Fox D. <Probabilistic robotics>[M]. Cambridge, USA: MIT Press, 2005 <Principles of Robot Motion Theory,Algorithms and Implementation> 2.有很多期,跟着会议一起出的文集 <Robotics: Science and…
参考资料:https://www.cnblogs.com/hitcm/p/5939507.html PC下面进行安装: 遇到的问题如下 1.首先安装ceres solver 在编译的时候,如果是低配的电脑,make -j 会出现问题. 所以,需要改成 make 会好很多. 他们的区别在于 -j 会加速编译,使得编译时间会减少. 2.通过 rospack profile 可以查看ros 下面的环境变量 3.boost error usr/local/include/boost/type_trait…
作者:小白学移动机器人链接:https://zhuanlan.zhihu.com/p/168027225来源:知乎著作权归作者所有.商业转载请联系作者获得授权,非商业转载请注明出处. 声明:推荐正版图书 1.<鸟哥的Linux私房菜-基础篇>第四版 快速入门linux操作系统,学习Linux相关命令,必须推荐的书 2.C++ Primer Plus 目前移动机器人开发的主流语言仍是C++,掌握C++是学习移动机器人的必经之路,该书也是被极力推荐的工具书 3.ROS学习相关书籍 (1)ROS机器…