Hi Team,
A customer would like to save the points clouds in ASCII(.csv) format. As per the visualizer user guide, they have changed self.saveTextFile equal to 1 in oob_parser.py. The customer runs the gui_main.py through Jupyter and they are able to produce a .csv file. However, the point cloud information (each point with corresponding range, velocity, and acceleration information) is not present in these files.
This thread mentioned modifying the parser function in oob_parser.py to read its input from the saved .bin file (instead of UART) and save it as .csv. Can you explain how to proceed?
Thank you for your help.
Regards,
Marvin