Here is my code for task1.py. I’m reading the laser scan point, creating a list of tuples in shape (index,value) removing inf points while preserving the initial index for each point. Then returning the index of mix and min points. Still I’m getting the error that the mix and min indexes are not returned correctly. What wrong here?!
# scrubbed