05-16-2017 01:22 AM
Hello,
I have a Hokuyo Lidar and I am trying to graph the points on a polar plot. From what I understand, the Lidar Vi outputs both the magnitude and direction as two separate 1D arrays. So the nth index of the magnitude array will correspond with the nth index of the direction array. The polar plot requires a 1D array with a cluster of 2 elements.
So I bundled the two 1D arrays into a cluster, and then built the array as shown in the screenshot below. (I apologize for the messiness, I am still new to LabVIEW)
However as the screenshot shows, there is a broken line between the array output and the polar plot input. The error is shown below.
So why am I still getting an error when the types are the same? Is this even the correct way to show the lidar points? Should I be using something other than a polar plot?
Thank you for your help.
Solved! Go to Solution.
05-16-2017 01:43 AM
05-16-2017 01:53 AM
Thanks for that, ill check it out