随笔 - 884,  文章 - 0,  评论 - 38,  阅读 - 155万
09 2019 档案
move_base 源码阅读
该文被密码保护。
posted @ 2019-09-21 20:22 一抹烟霞 阅读(15) 评论(0) 推荐(0) 编辑
cartographer和ROS的坐标系关系
摘要:参考定义见:backpack_3d.lua Local map frame是一次slam过程中的原点。但是现在cartographer支持Incremental mapping。global map是整个地图的原点,local map是每一次建图的原点。 map_frame = “map”:cart 阅读全文
posted @ 2019-09-21 13:38 一抹烟霞 阅读(4076) 评论(0) 推荐(0) 编辑
最常用的C++序列化方案:protobuf
摘要:参考链接:最常用的两种C++序列化方案的使用心得(protobuf和boost serialization) [c++] Google Protobuf库1. 什么是序列化?程序员在编写应用程序的时候往往需要将程序的某些数据存储在内存中,然后将其写入某个文件或是将它传输到网络中的另一台计算机上以实现 阅读全文
posted @ 2019-09-20 12:55 一抹烟霞 阅读(2596) 评论(0) 推荐(0) 编辑
40-总结-【cartographer源码分析】系列的第四部分【io源码分析】
该文被密码保护。
posted @ 2019-09-17 19:26 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(38)-io-null_points_processor.h
该文被密码保护。
posted @ 2019-09-17 19:24 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(37)-io-pcd_writing_points_processor.h
该文被密码保护。
posted @ 2019-09-17 19:04 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(36)-io- outlier_removing_points_processor.h
该文被密码保护。
posted @ 2019-09-17 19:00 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(35)-io-fixed_ratio_sampling_points_processor.h
该文被密码保护。
posted @ 2019-09-17 18:53 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(34)-io-coloring_points_processor.h
该文被密码保护。
posted @ 2019-09-17 18:45 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(33)-io-ply_writing_points_processor.h
该文被密码保护。
posted @ 2019-09-17 18:41 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(32)-io-intensity_to_color_points_processor.h
该文被密码保护。
posted @ 2019-09-17 18:33 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(31)-io-xray_points_processor.h
该文被密码保护。
posted @ 2019-09-17 18:29 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(30)-io-counting_points_processor.h
该文被密码保护。
posted @ 2019-09-17 18:22 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(29)-io-min_max_range_filtering_points_processor.h
该文被密码保护。
posted @ 2019-09-17 18:18 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(28)-io-points_processor.h
该文被密码保护。
posted @ 2019-09-12 17:14 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(27)-io-points_batch.h
该文被密码保护。
posted @ 2019-09-12 17:11 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(26)-io-file_writer.h
该文被密码保护。
posted @ 2019-09-12 17:06 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
25-总结-【cartographer源码分析】系列的第三部分【sensor源码分析】
该文被密码保护。
posted @ 2019-09-12 16:58 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(23)-sensor-voxel_filter.h
该文被密码保护。
posted @ 2019-09-12 16:54 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(22)-sensor-collator.h
该文被密码保护。
posted @ 2019-09-12 15:57 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(21)-sensor/internal-ordered_multi_queue.h
该文被密码保护。
posted @ 2019-09-09 16:04 一抹烟霞 阅读(1) 评论(0) 推荐(0) 编辑
cartographer源码分析(20)-sensor-data.h (未完待续)
该文被密码保护。
posted @ 2019-09-09 15:31 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(19)-sensor-range_data.h
该文被密码保护。
posted @ 2019-09-09 14:51 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(18)-sensor-compressed_point_cloud
该文被密码保护。
posted @ 2019-09-09 14:40 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(17)-sensor-point_cloud.h
该文被密码保护。
posted @ 2019-09-09 13:00 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(16)——第二部分【transform源码分析】总结
该文被密码保护。
posted @ 2019-09-08 18:26 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(15)-transform-transform_interpolation_buffer.h
该文被密码保护。
posted @ 2019-09-08 18:23 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(14)-transform-transform.h
该文被密码保护。
posted @ 2019-09-08 18:12 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(13)-transform-rigid_transform.h
该文被密码保护。
posted @ 2019-09-07 20:41 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(12)——第一部分【common源码分析】总结
该文被密码保护。
posted @ 2019-09-07 16:33 一抹烟霞 阅读(1) 评论(0) 推荐(0) 编辑
cartographer源码分析(11)-common-blocking_queue.h
该文被密码保护。
posted @ 2019-09-07 16:28 一抹烟霞 阅读(1) 评论(0) 推荐(0) 编辑
cartographer源码分析(10)-common-thread_pool.h
该文被密码保护。
posted @ 2019-09-07 16:11 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(9)-common-mutex.h
该文被密码保护。
posted @ 2019-09-07 15:55 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(8)-common-make_unique.h
该文被密码保护。
posted @ 2019-09-07 15:32 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(7)-common-math.h
该文被密码保护。
posted @ 2019-09-07 15:04 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(6)-common-histogram.h
该文被密码保护。
posted @ 2019-09-07 14:45 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(5)-common-fixed_ratio_sampler.h /,cc
该文被密码保护。
posted @ 2019-09-07 14:17 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
cartographer源码分析(4)-common-time.h/ .cc
该文被密码保护。
posted @ 2019-09-07 13:43 一抹烟霞 阅读(0) 评论(0) 推荐(0) 编辑
C++——函数模板和类模板
摘要:声明: 调用 显示调用 自动类型推导 (一般很少用) 类模板用于实现类所需数据的类型参数化 类模板在表示如数组、表、图等数据结构显得特别重要, 这些数据结构的表示和算法不受所包含的元素类型的影响 阅读全文
posted @ 2019-09-07 13:24 一抹烟霞 阅读(280) 评论(0) 推荐(0) 编辑
cartographer源码分析(3)-common-port.h
该文被密码保护。
posted @ 2019-09-07 12:48 一抹烟霞 阅读(1) 评论(0) 推荐(0) 编辑
定位
该文被密码保护。
posted @ 2019-09-06 16:14 一抹烟霞 阅读(1) 评论(0) 推荐(0) 编辑
完整代码启动方法
该文被密码保护。
posted @ 2019-09-06 15:54 一抹烟霞 阅读(3) 评论(0) 推荐(0) 编辑
设置巡检点
该文被密码保护。
posted @ 2019-09-06 15:49 一抹烟霞 阅读(2) 评论(0) 推荐(0) 编辑
cartographer ros使用指南-仿真建图及保存地图
该文被密码保护。
posted @ 2019-09-06 15:02 一抹烟霞 阅读(1) 评论(0) 推荐(0) 编辑
E: Sub-process /usr/bin/dpkg returned an error code (1)解决办法
摘要:解决方法:先将info文件夹更名 新建一个新的info文件夹 安装修复 执行完上一步操作后,在info文件夹下生成一些文件,现将这些文件全部移到info.bk文件夹下 把自己新建的info文件夹删掉 恢复原有info文件夹,修改名字 阅读全文
posted @ 2019-09-06 14:36 一抹烟霞 阅读(677) 评论(0) 推荐(0) 编辑
kolourpaint修图软件安装
该文被密码保护。
posted @ 2019-09-06 13:50 一抹烟霞 阅读(1) 评论(0) 推荐(0) 编辑
无损卡尔曼滤波(UKF)
该文被密码保护。
posted @ 2019-09-03 15:01 一抹烟霞 阅读(14) 评论(0) 推荐(0) 编辑
Ubuntu 更新错误修复大全
摘要:合并列表问题 当你在终端中运行更新命令时,你可能会碰到这个错误“合并列表错误”,就像下面这样: E:Encountered a section with no Package: header, E:Problem with MergeList /var/lib/apt/lists/archive.u 阅读全文
posted @ 2019-09-03 13:54 一抹烟霞 阅读(3130) 评论(0) 推荐(0) 编辑
ros清理日志文件
摘要:检查日志文件: rosclean check 清理日志文件: rosclean purge 阅读全文
posted @ 2019-09-03 13:06 一抹烟霞 阅读(1012) 评论(0) 推荐(0) 编辑
ROS 自定义消息类型方法
摘要:流程 1、在package中新建文件夹名为msg 2、在msg文件夹中创建消息(此处以my_msg.msg)为例,注意的是要以msg为后缀名 内容举例如下: int32 data1 float64 date2 关于消息内容,需要注意的是如果类型错误,那么将不能生成头文件。例如float64写成了fl 阅读全文
posted @ 2019-09-02 23:23 一抹烟霞 阅读(5641) 评论(0) 推荐(1) 编辑
cartographer源码详细解读(1)——整体框架介绍
该文被密码保护。
posted @ 2019-09-02 22:23 一抹烟霞 阅读(37) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

Live2D
欢迎阅读『2019 年 9月 随笔档案』

喜欢请打赏

扫描二维码打赏

了解更多

点击右上角即可分享
微信分享提示