Open faustoTapia opened 3 years ago
.load_calib(), .load_timestamps() and .load_poses() are done inside the pykitti.odometry() constructor. They break the code here as the methods now have a leading underscore eg ._load_calib()
Hi, I just noticed this error when building bags from kitti_odom data and saw that this soultion is already present. Why isn't it merged in master?
.load_calib(), .load_timestamps() and .load_poses() are done inside the pykitti.odometry() constructor. They break the code here as the methods now have a leading underscore eg ._load_calib()