You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I can compile and run OpenChisel on two different computers with Ubuntu 14.04 LTS and the normal ros-indigo-* packages and the stock PCL 1.7.2.
To prevent getting an segmentation fault I just need to set the cmake build type to "Release" or "RelWithDebInfo".
When I don't set any build type or e.g. write "set(CMAKE_BUILD_TYPE Debug)", I get an segmentation fault.
The text was updated successfully, but these errors were encountered:
Hi,
I can compile and run OpenChisel on two different computers with Ubuntu 14.04 LTS and the normal ros-indigo-* packages and the stock PCL 1.7.2.
To prevent getting an segmentation fault I just need to set the cmake build type to "Release" or "RelWithDebInfo".
When I don't set any build type or e.g. write "set(CMAKE_BUILD_TYPE Debug)", I get an segmentation fault.
The text was updated successfully, but these errors were encountered: