Skip to content

Commit 2ee0b66

Browse files
Removed the cause of build error
Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
1 parent 8dde295 commit 2ee0b66

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

planning/autoware_diffusion_planner/test/lanelet_integration_test.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ class LaneletIntegrationTest : public ::testing::Test
5252

5353
// Create HADMapBin message from the OSM file
5454
map_bin_msg_ = autoware::test_utils::make_map_bin_msg(test_map_path, 1.0);
55-
56-
// Convert HADMapBin to lanelet map
57-
lanelet_map_ptr_ = autoware::experimental::lanelet2_utils::from_autoware_map_msgs(map_bin_msg_);
5855
}
5956

6057
void TearDown() override { lanelet_map_ptr_.reset(); }

0 commit comments

Comments
 (0)