-
Notifications
You must be signed in to change notification settings - Fork 131
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
Issue with pcl library while executing catkin_make- vtkFiltersParallelDIY2_AutoInit_Construct #128
Comments
What is the version of PCL, and how you installed it (via apt?)? |
Its great to use this calibration tool @koide3. I successfully ran the tool using docker image and tested with my own data somehow. But i was trying to build this tool in my local system mentioned in the installation guide as mentioned by @ashwinjoseph95 and in the end step when i did catkin_make i got something like this: Just wondering is it related to my older version of pcl which is 1.9. Which version of PCL is required by DVLC? |
Yes, you need a PCL 1.2 or greater. |
Thanks @koide3. I worked it out with pcl 1.9 and by making some changes in the scripts estimate_fov.cpp and preprocess_map.cpp. The package built successfully. The preprocessing worked but if i activate --visualize flag i get this new thing Operation aborted/ Segmentation fault core dumped. Do i need to have GPU for the visualization? |
The visualizer uses OpenGL that should work on non-nvidia integrated GPUs as well (e.g., ones on Intel CPUs and Raspberry Pi). Can you tell me how it got crashed? |
Yeah sure @koide3 I am attaching a video in which i recorded my screen to run the tool: error.mp4In this video if you see when i try to run this command: I get the Segmentation Fault Core dumped as if something is revoking to open the visualizer. Although Camera info topic is not available, i am providing intrinsics and distortion coefficients separately. It works fine if i remove the --visualize flag from the end. My System: Ubuntu 20.04, ROS Noetic Built this repo from source. Upon backtracing the error via gdb, i get this with the help of GPT: The backtrace shows the exact source of the double free error. It's occurring in the VisualLiDARData constructor when trying to handle PLY data. Specifically:
|
Hi,
I was following the instructions to setup the tool using the instructions on https://koide3.github.io/direct_visual_lidar_calibration/installation/
Environment: Ubuntu 20.04 + ROS Noetic
After dealing successfully with the dependencies setup, I went ahead with the catkin_make command for direct_visual_lidar_calibration. I am getting some pcl library related undefined reference issues. Any help regarding how to fix it would be very helpful. Thank you.
My log looks like:
My CMakelists looks like:
The text was updated successfully, but these errors were encountered: