2015-09-15 16:40:07 -04:00
|
|
|
|
2020-01-30 17:18:48 -05:00
|
|
|
std_msgs/Header header
|
2015-09-15 16:40:07 -04:00
|
|
|
|
|
|
|
|
##
|
|
|
|
|
# /map to /odom transform
|
|
|
|
|
# Always identity when the graph is optimized from the latest pose.
|
|
|
|
|
##
|
2020-01-30 17:18:48 -05:00
|
|
|
geometry_msgs/Transform map_to_odom
|
2015-09-15 16:40:07 -04:00
|
|
|
|
|
|
|
|
# The poses
|
2020-01-30 17:18:48 -05:00
|
|
|
int32[] poses_id
|
2015-09-15 16:40:07 -04:00
|
|
|
geometry_msgs/Pose[] poses
|
|
|
|
|
|
|
|
|
|
# The links
|
|
|
|
|
Link[] links
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|