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
When I try to run catkin_make, I get the following error: fatal error: GeographicLib/MGRS.hpp: no such file or directory
How would I get the GeographicLib on my Linux machine? Does anyone know of a way to download this
The text was updated successfully, but these errors were encountered:
Were you able to solve the issue?
Sorry, something went wrong.
These commands solved my issues:
git clone git://git.code.sourceforge.net/p/geographiclib/code ./geographiclib cd geographiclib mkdir build && cd build cmake .. && make sudo make install
and than adding the following line to CMakeLists.txt
CMakeLists.txt
set (GeographicLib_DIR "/usr/local/lib/cmake/GeographicLib")
No branches or pull requests
When I try to run catkin_make, I get the following error:
fatal error: GeographicLib/MGRS.hpp: no such file or directory
How would I get the GeographicLib on my Linux machine? Does anyone know of a way to download this
The text was updated successfully, but these errors were encountered: