node ranging → show calculated position and diffs
This commit is contained in:
parent
35a8b17b48
commit
79dff87ce1
4 changed files with 64 additions and 1 deletions
|
@ -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])))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue