-
Notifications
You must be signed in to change notification settings - Fork 11
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
missing dependences #3
Comments
This error occurs because CMake is unable to locate the package configuration file (fpConfig.cmake or fp-config.cmake) for the package named "fp" that your project is trying to find using the find_package command. To resolve this issue, you can take the following steps:
Once you've completed these steps, CMake should be able to locate the package configuration file for "fp" and the error should be resolved. If you continue to encounter issues, double-check that the package is installed correctly and that you've specified the paths accurately. |
fp is this: https://github.com/tylerjw/fp You can just put it in your ros workspace. |
Here is the file that describes the source dependencies: https://github.com/tylerjw/mycobot/blob/main/upstream.repos |
Hi,
I am trying to use the code for mycobot_280 5M, however, when I compile it I get this error
which is a missing dependence further the serial library is missing too.
I am using Ubuntu 20.04 with ros 2 humble.
thank you for your time
The text was updated successfully, but these errors were encountered: