Closed aytimothy closed 4 years ago
I already added this to the Frame.ToVector3()
function in Waleed-tech/DesktopUI@33dcb5114654df575348cdee12e3e2ff5f67a14b, just need a UI counterpart to set whatever the value of threshold
is.
Added UI Elements in Waleed-Tech/DesktopUI@b2546c2620458ed744e518f0f0861ca54371e840
I just realized that we can also use the intensity
metric (basically how 'sure' the LIDAR thinks the reading is correct).
This is because all laser readings at the max distance it is able to do (in the Hokuyo's case, this is 30m), it means the laser didn't return, and this can mean one of two things:
Therefore, rays that return the max value, or some threshold near the max value should be tossed out and ignored rather than marked as a reading.