I am trying to detect an open door using LIDAR. I have 270 degrees LIDAR read and I'm trying to detect the door from the graph:
The door is the peak between 100 and 150.
The door is between ~30 and ~40.
Here there is a "noise" spike.
I can see that there is a huge spike in the graph where the door "starts" and "ends". I wondered if the is a scipy/numpy or other library function that can detect this.
Thanks