Skip to content
Snippets Groups Projects
Verified Commit 0f47e850 authored by Martin Stump's avatar Martin Stump
Browse files

Fix params of OpenDriveRoadPosition


Signed-off-by: default avatarMartin Stump <martin.stump@mercedes-benz.com>
parent 49886787
No related branches found
No related tags found
No related merge requests found
...@@ -23,8 +23,10 @@ ...@@ -23,8 +23,10 @@
TEST(InterfaceTest, GivenTeleportAction_When_ThenHostVehicleIsPlaced) TEST(InterfaceTest, GivenTeleportAction_When_ThenHostVehicleIsPlaced)
{ {
using namespace units::literals;
mantle_api::Position inert_pos{}; mantle_api::Position inert_pos{};
inert_pos = mantle_api::OpenDriveRoadPosition{{0, 0}, units::length::meter_t{0}, units::length::meter_t{0}}; inert_pos = mantle_api::OpenDriveRoadPosition{"0", 0_m, 0_m};
mantle_api::MockEnvironment env{}; mantle_api::MockEnvironment env{};
env.CreateMap("dummy_map_path", {}); env.CreateMap("dummy_map_path", {});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment