Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build_pointcloud.py and interpolate_poses.py errors #33

Open
BingCS opened this issue Apr 20, 2020 · 1 comment
Open

build_pointcloud.py and interpolate_poses.py errors #33

BingCS opened this issue Apr 20, 2020 · 1 comment

Comments

@BingCS
Copy link

BingCS commented Apr 20, 2020

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

@zhhclamber
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants