From 5842a1f4ca70e571c54460bc64f4881378ccd394 Mon Sep 17 00:00:00 2001 From: Andreas Rauschert <andreas.rb.rauschert@bmw.de> Date: Thu, 7 Oct 2021 14:15:52 +0200 Subject: [PATCH] Removed z_placement_offset Signed-off-by: Andreas Rauschert <andreas.rb.rauschert@bmw.de> --- MantleAPI/include/MantleAPI/Traffic/entity_properties.h | 1 - 1 file changed, 1 deletion(-) diff --git a/MantleAPI/include/MantleAPI/Traffic/entity_properties.h b/MantleAPI/include/MantleAPI/Traffic/entity_properties.h index 0e591df5..d0d8d463 100644 --- a/MantleAPI/include/MantleAPI/Traffic/entity_properties.h +++ b/MantleAPI/include/MantleAPI/Traffic/entity_properties.h @@ -176,7 +176,6 @@ struct PedestrianProperties : public EntityProperties struct StaticObjectProperties : public EntityProperties { - units::length::meter_t z_placement_offset{0.0}; }; } // namespace mantle_api -- GitLab