robotcar-dataset-sdk icon indicating copy to clipboard operation
robotcar-dataset-sdk copied to clipboard

build_pointcloud.py and interpolate_poses.py errors

Open BingCS opened this issue 4 years ago • 1 comments

Hello,

In line.84 of build_pointcloud.py, the timestamps[i] should be timestamps[i+1] as the len(poses) isn't equal to len(timestamps). The timestamps' value has been changed by function line.72 (interpolate_ins_poses) or line.75 (interpolate_vo_poses) due to the operation of requested_timestamps.insert(0, origin_timestamp) in line.102 of interpolate_poses.py.

Besides, in line.142 of interpolate_poses.py, the divide operator '//' in fractions should be replaced by '/'.

Best, Bing

BingCS avatar Apr 20 '20 12:04 BingCS

hello, why the divide operator '//' in fractions should be replaced by '/'.

zhhclamber avatar May 23 '21 14:05 zhhclamber