Nick Steyer преди 1 година
родител
ревизия
341843a944
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Assets/StreetLight/Scripts/PersonManager.cs

+ 1 - 1
Assets/StreetLight/Scripts/PersonManager.cs

@@ -29,7 +29,7 @@ namespace Assets.StreetLight.Scripts
             }
             catch (Exception ex)
             {
-                Debug.LogError($"Could not load homography: {ex.Message}");
+                Debug.LogWarning($"Could not load homography: {ex.Message}. Calculating the unity position of a person will not be possible. (This is expected during calibration.)");
             }
 
             Persons = new ObservableCollection<Person>();