原文:谷歌Cartographer学习(1)-快速安装测试

谷歌自己提供了安装方法,但是安装比较繁琐,我做了一定的修改,代码放到个人github上,https: github.com hitcm 。 ros下面的安装非常快捷,只需要catkin make即可。 更多细节,可以看看知乎的问题https: www.zhihu.com question answer from profile answer card 个人理解错误的地方还请不吝赐教,转载请标明出 ...

2016-10-08 17:27 55 49687 推荐指数:

查看详情

cartographer的使用安装测试

我这里用的是ubuntu14.04,ros indigo 3.安装ceres库及编译 4.安装cartographer库及编译 git clone https://github.com ...

Mon Oct 10 18:15:00 CST 2016 5 756
谷歌Cartographer学习(2)-原理阐述与源码解析

最近终于写完了毕业论文。想仔细研究下Cartographer。无奈自己学识有限,先看下网上大牛的解析,作一个汇总。 一、泡泡机器人原创专栏-cartographer理论及实践浅析 http://mp.weixin.qq.com/s/LdbFp-Zvkr02-_25ILb16g 二、【SLAM ...

Tue Jan 10 05:58:00 CST 2017 0 10897
cartographer 最新版安装测试

在官网的基础上稍加修改,但保证代码都是最新的 我的系统配置: Debian9 strech, ROS lunar 该方法对 ubuntu 系列操作系统以及其他ROS版本同样适用。 1. 安装依赖库 sudo apt-get install -y \ g++ ...

Sun Oct 21 20:03:00 CST 2018 0 3433
谷歌Cartographer ROS初探

谷歌在10月6日的开源其SLAM算法cartography。非常有意思。其官网上给了相当多的说明。 在此把链接提供一下。 https://google-cartographer-ros.readthedocs.io/en/latest/ 说的很明白,就不一一赘述了。 安装流程如下,step ...

Sun Oct 09 20:07:00 CST 2016 3 2861
Cartographer安装

请注意本文的安装日期2017/12/20,如果距离该时间很遥远,请仅作为参考,毕竟cartographer的代码在不断更新,可能会存在很大的变动。 参考文档: https://google-cartographer.readthedocs.io/en/latest/ https ...

Thu Dec 21 06:14:00 CST 2017 2 4787
实时Cartographer测试(1) - rplidar

1.rplidar实时测试 参考文献:http://www.cnblogs.com/liangyf0312/p/8028441.html 修改USB转串口权限 yhexie@ubuntu:~$ cd /etc/udev/rules.d yhexie@ubuntu:/etc/udev ...

Thu Dec 21 17:52:00 CST 2017 0 2871
Cartographer安装与卸载

注意:protoc版本会影响后续的安装,首先确认系统中有没有protobuf:locate protobuf;如果有,把所有与其相关的文件全部删除,再安装1:安装ceres_solver (1)cmake .. -G Ninja -DCXX11=ON (2)ninja (3)sudo ...

Wed Aug 07 20:52:00 CST 2019 0 471
ubuntu16.04安装cartographer

安装 安装absl 提示错误 sudo: stow: command not found 安装proto3 测试 运行节点并加载数据包 roslaunch ...

Fri Oct 30 03:51:00 CST 2020 0 675
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM