2014-10-26 21:49:30 +00:00
|
|
|
|
|
|
|
|
int32 id
|
2014-10-30 14:48:31 +00:00
|
|
|
int32 mapId
|
2015-02-27 15:26:30 -05:00
|
|
|
int32 weight
|
|
|
|
|
float64 stamp
|
|
|
|
|
string label
|
2014-10-30 14:48:31 +00:00
|
|
|
|
|
|
|
|
# Pose from odometry not corrected
|
|
|
|
|
geometry_msgs/Pose pose
|
2014-10-26 21:49:30 +00:00
|
|
|
|
2016-01-12 12:39:23 -05:00
|
|
|
# Ground truth (optional)
|
|
|
|
|
geometry_msgs/Pose groundTruthPose
|
|
|
|
|
|
2017-09-26 17:32:05 -04:00
|
|
|
# GPS (optional)
|
|
|
|
|
GPS gps
|
|
|
|
|
|
2014-10-26 21:49:30 +00:00
|
|
|
# compressed image in /camera_link frame
|
2014-12-14 16:44:13 -05:00
|
|
|
# use rtabmap::util3d::uncompressImage() from "rtabmap/core/util3d.h"
|
|
|
|
|
uint8[] image
|
2014-10-26 21:49:30 +00:00
|
|
|
|
|
|
|
|
# compressed depth image in /camera_link frame
|
2014-12-14 16:44:13 -05:00
|
|
|
# use rtabmap::util3d::uncompressImage() from "rtabmap/core/util3d.h"
|
|
|
|
|
uint8[] depth
|
2014-10-26 21:49:30 +00:00
|
|
|
|
2015-05-30 20:08:20 -04:00
|
|
|
# Camera models
|
|
|
|
|
float32[] fx
|
|
|
|
|
float32[] fy
|
|
|
|
|
float32[] cx
|
|
|
|
|
float32[] cy
|
2016-09-26 16:37:31 -04:00
|
|
|
float32[] width
|
|
|
|
|
float32[] height
|
2015-05-30 20:08:20 -04:00
|
|
|
float32 baseline
|
|
|
|
|
# local transform (/base_link -> /camera_link)
|
|
|
|
|
geometry_msgs/Transform[] localTransform
|
2014-10-26 21:49:30 +00:00
|
|
|
|
2014-12-14 16:44:13 -05:00
|
|
|
# compressed 2D laser scan in /base_link frame
|
|
|
|
|
# use rtabmap::util3d::uncompressData() from "rtabmap/core/util3d.h"
|
|
|
|
|
uint8[] laserScan
|
2015-05-30 20:08:20 -04:00
|
|
|
int32 laserScanMaxPts
|
2015-09-17 22:58:29 -04:00
|
|
|
float32 laserScanMaxRange
|
2018-02-16 20:00:32 -05:00
|
|
|
int32 laserScanFormat
|
2016-08-21 19:38:28 -04:00
|
|
|
geometry_msgs/Transform laserScanLocalTransform
|
2014-10-26 21:49:30 +00:00
|
|
|
|
2015-06-28 20:40:57 -04:00
|
|
|
# compressed user data
|
|
|
|
|
# use rtabmap::util3d::uncompressData() from "rtabmap/core/util3d.h"
|
|
|
|
|
uint8[] userData
|
|
|
|
|
|
2016-08-21 19:38:28 -04:00
|
|
|
# compressed occupancy grid
|
|
|
|
|
# use rtabmap::util3d::uncompressData() from "rtabmap/core/util3d.h"
|
|
|
|
|
uint8[] grid_ground
|
|
|
|
|
uint8[] grid_obstacles
|
2018-02-08 21:42:15 -05:00
|
|
|
uint8[] grid_empty_cells
|
2016-08-21 19:38:28 -04:00
|
|
|
float32 grid_cell_size
|
|
|
|
|
Point3f grid_view_point
|
|
|
|
|
|
2014-12-14 16:44:13 -05:00
|
|
|
# std::multimap<wordId, cv::Keypoint>
|
|
|
|
|
# std::multimap<wordId, pcl::PointXYZ>
|
|
|
|
|
int32[] wordIds
|
|
|
|
|
KeyPoint[] wordKpts
|
2016-08-12 11:37:29 -04:00
|
|
|
sensor_msgs/PointCloud2 wordPts
|
|
|
|
|
|
|
|
|
|
# compressed descriptors
|
|
|
|
|
# use rtabmap::util3d::uncompressData() from "rtabmap/core/util3d.h"
|
|
|
|
|
uint8[] descriptors
|