mirror of
https://github.com/introlab/rtabmap_ros.git
synced 2026-09-16 08:10:19 +08:00
* Add rtabmap_msgs/SensorData * After testing fixes * Updated output topic name * added explicit --logconsole for nodelets * fixed intermediate nodes not generated * Refactored SyncDiagnostic usage to handle nodelet name * SyncDiagnostic: added TimeStampStatus. Odom: added new status when data not received yet * rtabmap: Fixed parameters not updated when using nodelet
24 lines
456 B
Plaintext
24 lines
456 B
Plaintext
#class rtabmap::Signature
|
|
|
|
int32 id
|
|
int32 map_id
|
|
int32 weight
|
|
float64 stamp
|
|
string label
|
|
|
|
# Pose from odometry not corrected
|
|
geometry_msgs/Pose pose
|
|
|
|
# std::multimap<wordId, index>
|
|
# std::vector<cv::Keypoint>
|
|
# std::vector<cv::Point3f>
|
|
int32[] word_id_keys
|
|
int32[] word_id_values
|
|
KeyPoint[] word_kpts
|
|
Point3f[] word_pts
|
|
# compressed descriptors
|
|
# use rtabmap::util3d::uncompressData() from "rtabmap/core/util3d.h"
|
|
uint8[] word_descriptors
|
|
|
|
SensorData data
|