We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I have the next error during catkin build:
Could NOT find GeographicLib (missing: GeographicLib_LIBRARIES GeographicLib_INCLUDE_DIRS)
The text was updated successfully, but these errors were encountered:
Installing GeographicLib per this https://geographiclib.sourceforge.io/html/install.html#autoconf fixed it for me
Sorry, something went wrong.
Similar to mavlink/mavros#884. It can be solved by running sudo apt-get install libgeographic-dev ros-kinetic-geographic-msgs
sudo apt-get install libgeographic-dev ros-kinetic-geographic-msgs
Closing this, as I guess the issue was solved and I added instructions to our wiki, thanks.
No branches or pull requests
Hi, I have the next error during catkin build:
Could NOT find GeographicLib (missing: GeographicLib_LIBRARIES
GeographicLib_INCLUDE_DIRS)
The text was updated successfully, but these errors were encountered: