Skip to content

Commit

Permalink
Use imu_link frame_id instead of base_link for IMU TFs
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed May 8, 2019
1 parent c796788 commit c2dcf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitti2bag/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def save_dynamic_tf(bag, kitti, dataset_type):
print("Exporting time dependent transformations")
if dataset_type == 'raw':
tf_matrices = [oxt.T_w_imu for oxt in kitti.oxts]
child_frame_id = 'base_link'
child_frame_id = 'imu_link'
elif dataset_type == 'odom':
tf_matrices = kitti.T_w_cam0
child_frame_id = 'camera_left'
Expand Down

0 comments on commit c2dcf71

Please sign in to comment.