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

About merging multi-frame lidar cloud at the same location #109

Open
Icecream-blue-sky opened this issue Jun 14, 2024 · 0 comments
Open

Comments

@Icecream-blue-sky
Copy link

When multi-frame point clouds are fused, there may be multiple point clouds in the same location, and np.configure will keep all the point clouds in the same location instead of just one.

################## concatenate all static scene segments  ########################
    lidar_pc_list = [dict['lidar_pc'] for dict in dict_list]
    lidar_pc = np.concatenate(lidar_pc_list, axis=1).T

Does this matter?

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

1 participant