I want to import into the workspace the point cloud that the simulink block "Lidar point cloud generator" provides me with as a "Point cloud".
The simulink block, in output on simulink, already provides me with this type of data however when I try to save it using the "To Workspace" block it saves the file as a 4-D.
In fact saving it this way I cannot view it through the "Lidar Viewer " tool.
Preamble:
I use this block to simulate the Lidar sensor as it seems to be the only one that interfaces with RoadRunner.
I already tried using lidarpointcloudgenerator() however I`m interested in saving everything to the workspace since, the system is all on simulink and anyway there would still be the problem for importing the data.
Thanks in advance for the help.