From cb0c26ee9b3d8c7087c221a04653886b4b95fe19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alptu=C4=9F=20C=C4=B1r=C4=B1t?= Date: Fri, 6 Sep 2024 14:32:20 +0300 Subject: [PATCH] fix pre commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alptuğ Cırıt --- .../Scripts/Vehicles/VPP Integration/AutowareVPPAdapter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/AWSIM/Scripts/Vehicles/VPP Integration/AutowareVPPAdapter.cs b/Assets/AWSIM/Scripts/Vehicles/VPP Integration/AutowareVPPAdapter.cs index 4812e3484..3d085d6fc 100644 --- a/Assets/AWSIM/Scripts/Vehicles/VPP Integration/AutowareVPPAdapter.cs +++ b/Assets/AWSIM/Scripts/Vehicles/VPP Integration/AutowareVPPAdapter.cs @@ -121,7 +121,7 @@ private void Start() _vehicleController = GetComponent(); _standardInput = GetComponent(); _rigidbody = GetComponent(); - + // set camera target to this vehicle _cameraController = FindObjectOfType(); _cameraController.target = transform;