15 #ifndef TRAFFIC_SIMULATOR__TEST__TEST_LANELET_WRAPPER_HPP_
16 #define TRAFFIC_SIMULATOR__TEST__TEST_LANELET_WRAPPER_HPP_
18 #include <geometry_msgs/msg/point.h>
19 #include <gtest/gtest.h>
21 #include <ament_index_cpp/get_package_share_directory.hpp>
32 #include "../expect_eq_macros.hpp"
33 #include "../helper_functions.hpp"
74 const auto lanelet_path =
75 ament_index_cpp::get_package_share_directory(
"kashiwanoha_map") +
"/map/lanelet2_map.osm";
Definition: test_lanelet_wrapper.hpp:62
LaneletWrapperTest_CrossroadsWithStoplinesMap()
Definition: test_lanelet_wrapper.hpp:64
Definition: test_lanelet_wrapper.hpp:52
LaneletWrapperTest_EmptyMap()
Definition: test_lanelet_wrapper.hpp:54
Definition: test_lanelet_wrapper.hpp:57
LaneletWrapperTest_FourTrackHighwayMap()
Definition: test_lanelet_wrapper.hpp:59
Definition: test_lanelet_wrapper.hpp:80
LaneletWrapperTest_IntersectionMap()
Definition: test_lanelet_wrapper.hpp:82
Definition: test_lanelet_wrapper.hpp:70
LaneletWrapperTest_KashiwanohaMap()
Definition: test_lanelet_wrapper.hpp:72
Definition: test_lanelet_wrapper.hpp:36
LaneletWrapperTest_StandardMap()
Definition: test_lanelet_wrapper.hpp:38
Definition: test_lanelet_wrapper.hpp:47
LaneletWrapperTest_WithRoadShoulderMap()
Definition: test_lanelet_wrapper.hpp:49
Definition: test_lanelet_wrapper.hpp:41
LaneletWrapperTest_WithoutLightBulb()
Definition: test_lanelet_wrapper.hpp:43
auto activate(Ts &&... xs)
Definition: lanelet_map.hpp:33
auto activateLaneletWrapper(const std::string map_name) -> void
Definition: helper_functions.hpp:89