(第2期)LiDAR+視覺(jué)+IMU多傳感器融合SLAM:原理推導(dǎo)+源碼逐行詳解+項(xiàng)目實(shí)戰(zhàn)
? ? ?typedef std::tr1::unordered_map<int, Vertex*> ? ? VertexIDMap; ? ? ?94行typedef std::unordered_map<int, Vertex*> ? ? VertexIDMap;
// g2o/g2o/core/sparse_block_matrix_ccs.h ?//#include <tr1/unordered_map> 40行#include <unordered_map>...// ? ? ?typedef std::tr1::unordered_map<int, MatrixType*> SparseColumn; 227行typedef std::tr1::unordered_map<int, MatrixType*> SparseColumn;
標(biāo)簽: