File: rtabmap_ros/Graph.msg
Raw Message Definition
Header header
##
# /map to /odom transform
# Always identity when the graph is optimized from the latest pose.
##
geometry_msgs/Transform mapToOdom
##
# The nodes
# std::map
int32[] nodeIds
int32[] mapIds
string[] labels
float64[] stamps
UserData[] userDatas
# std::map
geometry_msgs/Pose[] poses
##
# The links
##
Link[] links
Compact Message Definition