jbehley / point_labeler

My awesome point cloud labeling tool
MIT License
647 stars 161 forks source link

catkin build error #80

Closed GuoZheXinDeGuang closed 7 months ago

GuoZheXinDeGuang commented 8 months ago

Hello! I did every step before the catkin build step correctly, but when I came to the build step, it raised the following error. I don't know how to solve it. 截图 2024-01-08 09-22-22

jbehley commented 8 months ago

I'm currently working on a more predictable build setup using pure cmake (without catkin).

However, this problem seems to be related to gtest; I just updated the CMakeList.txt and it should now compile with the old catkin-based setup.

Could you confirm that it works now on your side?

GuoZheXinDeGuang commented 8 months ago

yes it works! Thank you.

jbehley commented 7 months ago

Now, you can also try building it without catkin. But as it seems to work now, I close the issue.