Functions | |
def | callback (data) |
Variables | |
anonymous | |
baseFrame = rospy.get_param('~frame_id', 'base_link_gt') | |
callback | |
fileGt = open('gt_poses.txt','w') | |
fileRMSE = open('rmse.txt','w') | |
fileSlam = open('slam_poses.txt','w') | |
fixedFrame = rospy.get_param('~fixed_frame_id', 'world') | |
list | gtPoses = [] |
int | lastSize = 0 |
listener = tf.TransformListener() | |
MarkerArray | |
queue_size | |
list | rmse = [] |
list | slamPoses = [] |
list | slamPosesInd = [] |
list | stamps = [] |
def cartographer_sync_markers_gt.callback | ( | data | ) |
Definition at line 11 of file cartographer_sync_markers_gt.py.
cartographer_sync_markers_gt.anonymous |
Definition at line 53 of file cartographer_sync_markers_gt.py.
cartographer_sync_markers_gt.baseFrame = rospy.get_param('~frame_id', 'base_link_gt') |
Definition at line 56 of file cartographer_sync_markers_gt.py.
cartographer_sync_markers_gt.callback |
Definition at line 57 of file cartographer_sync_markers_gt.py.
cartographer_sync_markers_gt.fileGt = open('gt_poses.txt','w') |
Definition at line 66 of file cartographer_sync_markers_gt.py.
cartographer_sync_markers_gt.fileRMSE = open('rmse.txt','w') |
Definition at line 67 of file cartographer_sync_markers_gt.py.
cartographer_sync_markers_gt.fileSlam = open('slam_poses.txt','w') |
Definition at line 65 of file cartographer_sync_markers_gt.py.
cartographer_sync_markers_gt.fixedFrame = rospy.get_param('~fixed_frame_id', 'world') |
Definition at line 55 of file cartographer_sync_markers_gt.py.
list cartographer_sync_markers_gt.gtPoses = [] |
Definition at line 59 of file cartographer_sync_markers_gt.py.
int cartographer_sync_markers_gt.lastSize = 0 |
Definition at line 63 of file cartographer_sync_markers_gt.py.
cartographer_sync_markers_gt.listener = tf.TransformListener() |
Definition at line 54 of file cartographer_sync_markers_gt.py.
cartographer_sync_markers_gt.MarkerArray |
Definition at line 57 of file cartographer_sync_markers_gt.py.
cartographer_sync_markers_gt.queue_size |
Definition at line 57 of file cartographer_sync_markers_gt.py.
list cartographer_sync_markers_gt.rmse = [] |
Definition at line 62 of file cartographer_sync_markers_gt.py.
list cartographer_sync_markers_gt.slamPoses = [] |
Definition at line 58 of file cartographer_sync_markers_gt.py.
list cartographer_sync_markers_gt.slamPosesInd = [] |
Definition at line 61 of file cartographer_sync_markers_gt.py.
list cartographer_sync_markers_gt.stamps = [] |
Definition at line 60 of file cartographer_sync_markers_gt.py.