mirror of
https://github.com/introlab/rtabmap_ros.git
synced 2026-09-14 15:20:19 +08:00
fixed build bor rtabmap 0.10.1
This commit is contained in:
+4
-1
@@ -4,7 +4,6 @@ int32 mapId
|
||||
int32 weight
|
||||
float64 stamp
|
||||
string label
|
||||
UserData userData
|
||||
|
||||
# Pose from odometry not corrected
|
||||
geometry_msgs/Pose pose
|
||||
@@ -31,6 +30,10 @@ geometry_msgs/Transform[] localTransform
|
||||
uint8[] laserScan
|
||||
int32 laserScanMaxPts
|
||||
|
||||
# compressed user data
|
||||
# use rtabmap::util3d::uncompressData() from "rtabmap/core/util3d.h"
|
||||
uint8[] userData
|
||||
|
||||
# std::multimap<wordId, cv::Keypoint>
|
||||
# std::multimap<wordId, pcl::PointXYZ>
|
||||
int32[] wordIds
|
||||
|
||||
Reference in New Issue
Block a user