Files
agv_pro_ros2/rtabmap_ros/rtabmap_msgs/msg/Link.msg
T
2025-07-14 11:34:38 +08:00

15 lines
228 B
Plaintext

#class rtabmap::Link
#{
# int from;
# int to;
# Type type;
# Transform transform;
# cv::Mat(6,6,CV_64FC1) information;
#}
int32 from_id
int32 to_id
int32 type
geometry_msgs/Transform transform
float64[36] information