Skip to content

Commit

Permalink
Merge pull request #826 from tier4/fix/missing-ll2-header
Browse files Browse the repository at this point in the history
chore(build): include missing lanelet2 header (autowarefoundation#4819)
  • Loading branch information
takayuki5168 authored Sep 12, 2023
2 parents 32a8d2b + 807ebbf commit 6aa1834
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <Eigen/Core>
#include <Eigen/Geometry>

#include <lanelet2_core/LaneletMap.h>
#ifdef ROS_DISTRO_GALACTIC
#include <tf2_eigen/tf2_eigen.h>
#else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <lanelet2_core/geometry/Lanelet.h>
#include <lanelet2_core/primitives/LaneletSequence.h>
#include <lanelet2_io/Io.h>
#include <lanelet2_routing/RoutingGraph.h>

#include <iostream>
#include <unordered_set>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <rclcpp/time.hpp>
#include <traffic_light_arbiter/traffic_light_arbiter.hpp>

#include <lanelet2_core/LaneletMap.h>
#include <lanelet2_core/primitives/BasicRegulatoryElements.h>

#include <map>
Expand Down

0 comments on commit 6aa1834

Please sign in to comment.