node ranging → show calculated position and diffs

This commit is contained in:
Laura Klünder 2023-11-25 21:53:28 +01:00
parent 35a8b17b48
commit 79dff87ce1
4 changed files with 64 additions and 1 deletions

View file

@ -126,7 +126,8 @@ class RangeLocator:
y=results.x[1]/100,
permissions=(),
icon='my_location'
)
)#
location.z = results.x[2]
pprint(relevant_ranges)
print("measured ranges:", ", ".join(("%.2f" % i) for i in tuple(np_ranges[:, 3])))