Skip to content
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

GeographicLib issue #19

Open
melst33 opened this issue Sep 23, 2021 · 2 comments
Open

GeographicLib issue #19

melst33 opened this issue Sep 23, 2021 · 2 comments

Comments

@melst33
Copy link

melst33 commented Sep 23, 2021

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

@tahir1069
Copy link

Were you able to solve the issue?

@tahir1069
Copy link

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

set (GeographicLib_DIR "/usr/local/lib/cmake/GeographicLib")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants