Skip to content

Commit

Permalink
fix(Python bindings): add missing dependency to lanelet2 (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <[email protected]>
  • Loading branch information
kenji-miyake authored Sep 24, 2024
1 parent 6fc35a0 commit c148815
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import lanelet2 # noqa: F401 # isort: skip
import autoware_lanelet2_extension_python._autoware_lanelet2_extension_python_boost_python_projection as _projection_cpp

MGRSProjector = _projection_cpp.MGRSProjector

0 comments on commit c148815

Please sign in to comment.