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

point cloud visualization #109

Open
2 tasks
BC481 opened this issue Sep 6, 2024 · 3 comments
Open
2 tasks

point cloud visualization #109

BC481 opened this issue Sep 6, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@BC481
Copy link

BC481 commented Sep 6, 2024

Before opening an issue
If the issue is about build errors:

If the issue is about calibration procedure and results:

If the issue is about the algorithm:

Describe the bug
There is an issue with the point cloud visualization

Expected behavior
Hello, your work is great. I can successfully operate on Docker, but I encountered some problems when using the source code. When I am preprocessing the data, the visualization window crashes and shows a "Segmentation fault". If I do not perform visualization operations, the data processing can proceed normally.
When manually selecting points in the second step, a "double free or corruption (out)" error occurred.

Screenshots and sample data
2024-09-06 09-58-18 的屏幕截图
2024-09-06 10-00-04 的屏幕截图

Environment:

  • Ubuntu 20.04
  • ROS1 noetic
@BC481 BC481 added the bug Something isn't working label Sep 6, 2024
@koide3
Copy link
Owner

koide3 commented Sep 21, 2024

The error may stem from the docker environment failing to access X11. Can you try running xhost + before launching the docker environment? Please also check if X11-related docker options are set as following: koide3.github.io/direct_visual_lidar_calibration/docker/

@zhh2005757
Copy link

zhh2005757 commented Nov 5, 2024

Maybe my my solution can help #123

@koide3
Copy link
Owner

koide3 commented Nov 10, 2024

Thanks for sharing the solution @zhh2005757 .
I also think manually providing camera intrinsic parameters may help because it looks the program failed to find the camera_info topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants