Likhi001 / Apex

MIT License
0 stars 1 forks source link

fixes #22 #23

Closed Mukku27 closed 2 months ago

Mukku27 commented 2 months ago

To address the performance bottleneck in the lidar_callback function, I avoided reversing the list side_ranges_left. Instead iterate over the array in reverse order. This approach is more efficient, particularly for large arrays.