-
Notifications
You must be signed in to change notification settings - Fork 32
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
Building error on grasp_localizer.cpp.o #2
Comments
The first error below seems to be that catkin does not find the agile_grasp messages. Can you try to build the agile_grasp messages before building agile_grasp using: catkin_make agile_grasp_generate_messages (Header files for ROS messages are build from message files within the msg folder automatically. They do not have to be in the include folder.) -- Andreas ----- Original Message ----- Hi, I tried to build agile_grasp 0.7.1 for Hydro on 64-bits Ubtuntu 12.04. However, it seems that there are some problems in grasp_localizer.h mainly related to ‘agile_grasp’ does not name a type. I checked grasp_localizer.h and found that the problem might occur from the headers below to be included in grasp_localizer.h. I cannot find these header files in the package.
Here's the error message I got from catkin_make:
Any suggestion on this issue? Maybe these header files should be put in the include/agile_grasp directory? Reply to this email directly or view it on GitHub: |
Thanks for the reply. I think your solution can solve this issue, but now I encounter another problem when catkin_make agile_grasp_generate_messages. So I am not able to verify it for now. I'll close this issue after I solve the problem and build grasp_localizer.cpp.o successfully. Thanks again. |
Hi, I tried to build agile_grasp 0.7.1 for Hydro on 64-bits Ubtuntu 12.04. However, it seems that there are some problems in grasp_localizer.h mainly related to ‘agile_grasp’ does not name a type.
I checked grasp_localizer.h and found that the problem might occur from the headers below to be included in grasp_localizer.h. I cannot find these header files in the package.
Here's the error message I got from catkin_make:
Any suggestion on this issue? Maybe these header files should be put in the include/agile_grasp directory?
Thx.
The text was updated successfully, but these errors were encountered: