You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like they changed the lanelet2_extension/CMakeLists.txt file now, so that it doesn't look for GeographicLib.
However, the version of autoware_lanelet2_extension that had this issue is still floating around, so I'll answer here.
Problem
The issue is that GeographicLib package on Ubuntu 24.04 (used for Jazzy) is installed as geographiclib, not GeographicLib.
Confirm this by running pkg-config --libs GeographicLib and pkg-config --libs geographiclib. You'll see the first one reports an error, while the second one shows -lGeographicLib.
Fix
Go into lanelet2_extension/CMakeLists.txt and replace these lines:
Checklist
Description
Geographiclib cannot be located
Expected behavior
Compilation succeeds
Actual behavior
Steps to reproduce
Dockerfile:
Versions
Latest
Possible causes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: