Approximate Distance Measurement code without gui

Approximate Distance Measurement Code is throwing error of missing file logo_sm.gif

  • I am getting the below error on executing the measurement code.
self.tk.call(('image', 'create', imgtype, name,) + options)
_tkinter.TclError: couldn't open "assets/logo_sm.gif": no such file or directory
  • Is it possible to modify the code to calculate the distance between radar and object without using GUI and by utilizing the point cloud data captured?

Hi Sanjay,

There is now a no-gui distance measuring version of the distance sample application as well.