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

The issues of point cloud #25

Closed
yulan0215 opened this issue Jan 3, 2021 · 4 comments
Closed

The issues of point cloud #25

yulan0215 opened this issue Jan 3, 2021 · 4 comments

Comments

@yulan0215
Copy link

Hi!
I used this package and I used Ubuntu 16.04 ROS kinetic and the version of python is python 2.7. The lidar I did not use velodyne, I used ouster data but I changed the topic into /velodyne_points, however, when I did the extrinsic calibration between camera and lidar, the issues occurred and the window of point cloud did not show, only the image window.
image
Thx!

@heethesh
Copy link
Owner

heethesh commented Jan 4, 2021

Seems like you need to resize the numpy arrays here (stack the first two axes) before displaying, similar issue #12, also see this comment.

@heethesh
Copy link
Owner

This solution seems to work for Ouster LiDARs

@heethesh
Copy link
Owner

Support for Ouster LiDAR has been added now, set OUSTER_LIDAR = True here.

@yulan0215
Copy link
Author

Support for Ouster LiDAR has been added now, set OUSTER_LIDAR = True here.

Thx,this really help

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