markdown文件可在https://github.com/learnmoreonce/SLAM 下载
文件: trajectory_builder.h
#ifndef CARTOGRAPHER_MAPPING_TRAJECTORY_BUILDER_H_
#define CARTOGRAPHER_MAPPING_TRAJECTORY_BUILDER_H_
#include <functional>
#include <memory>
#include <string>
#include "cartographer/common/lua_parameter_dictionary.h"
#include "cartographer/common/make_unique.h"
#include "cartographer/common/port.h"
#include "cartographer/common/time.h"
#include "cartographer/mapping/proto/trajectory_builder_options.pb.h"
#include "cartographer/mapping/submaps.h"
#include "cartographer/sensor/data.h"
#include

本文详细分析了Cartographer中mapping模块的trajectory_builder.h源码,探讨了其在SLAM(同时定位与建图)过程中的关键作用,包括轨迹构建的实现细节和重要算法。
最低0.47元/天 解锁文章
262

被折叠的 条评论
为什么被折叠?



