-
Notifications
You must be signed in to change notification settings - Fork 25
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
error occurs when building the workspace #29
Comments
make sure GraspIt! is installed and able to run on your machine:
On Linux, you will probably want to add both of these lines to the bottom of your ~/.bashrc
If you don't want to install GraspIt! with sudo, you will need to make sure catkin can find your graspit install when you compile it (CMAKE_PREFIX_PATH I think?), and the correct LD_LIBRARY_PATH at runtime. |
If you installed GraspIt! to a custom location (denoted by the environment variable |
Really just make your that you haven't forgotten the |
following the steps and problem comes up after execute "catkin_make"
Thank you !
The text was updated successfully, but these errors were encountered: