2014-12-14 16:44:13 -05:00
|
|
|
#class rtabmap::Link
|
|
|
|
|
#{
|
|
|
|
|
# int from;
|
|
|
|
|
# int to;
|
|
|
|
|
# Type type;
|
|
|
|
|
# Transform transform;
|
2017-05-23 16:31:06 -04:00
|
|
|
# cv::Mat(6,6,CV_64FC1) information;
|
2014-12-14 16:44:13 -05:00
|
|
|
#}
|
|
|
|
|
|
2020-01-30 17:18:48 -05:00
|
|
|
int32 from_id
|
|
|
|
|
int32 to_id
|
2014-12-14 16:44:13 -05:00
|
|
|
int32 type
|
|
|
|
|
geometry_msgs/Transform transform
|
2020-01-30 17:18:48 -05:00
|
|
|
float64[36] information
|