-
Notifications
You must be signed in to change notification settings - Fork 31
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
Compiling error #174
Comments
fanuc_grinding is not maintained anymore and pretty poor quality code overall (my bad 😝). I experience the same compilation issue. I'll take a look and publish a fix soon. |
Fixed with fafe79d. Please tell me if if works for you. If it doesn't re-open the issue ! |
Thank you! compilation log
|
Have you reconfigured the project ? CMake stores some variables and it did store the path to VTK. Tell me if it works for you! |
Yeah I deleted both build and devel folder before trying to compile. Tried it again with compilation log catkin_make
|
I also tried compiling it in Ubuntu 18 with Melodic. It produces a VTK error as well. Do I need to install the PCL or anything else to be able to compile it? Thanks, I really appreciate your help! compilation log catkin build
|
You should not have to build PCL because with ROS Melodic / Ubuntu 18.04 you get PCL 1.8.1 installed from the debians. (relevant to read: ros-industrial-attic/bezier_examples#5) I can't reproduce the problem now. Can you remove the If that doesn't work try building PCL from source (make sure it uses VTK version that you have compiled). |
libpcl-dev uses VTK6.3. Since bezier requires >7 you would still need to compile VTK and PCL from source. |
Perfect that worked! Thanks again! compilation log
|
Warnings are from PCL: some modules were not compiled so are disabled. Nothing to worry about. |
Hello,
I am running into some warnings and errors when trying to compile the package.
I am using Ubuntu 16 and ROS Kinetic, because bezier is listed as an dependency in the fanuc_grinding package and there Ubuntu 16 with ROS Kinetic was used.
I made a fresh installation of Ubuntu and ROS Kinetic. The only other things that I installed in addition to the things mentioned in the install instructions for bezier are PCL 1.8, rviz-visual-tools, libproj-dev and python-catkin-tools.
PCL 1.8, libproj-dev and rviz-visual-tools I installed because of earlier error messages when trying to compile bezier. However, now I am a little stuck. It seems to be an issue with vtk.
I would be very thankful for some help!
Let me know if there is would be any other information I should provide.
Thanks!!!
Daniel
The compilation output is pasted below (its long, sorry...):
compilation log
The text was updated successfully, but these errors were encountered: