I am new to Swift. I want to display the point clouds data collected by lidar on the robot in real time on iOS. Any suggestions for me? Thanks.
point clouds
Add a Comment
I am new to Swift. I want to display the point clouds data collected by lidar on the robot in real time on iOS. Any suggestions for me? Thanks.
AFAIU, we can't get access to raw data:
I currently use tcp socket to send lidar information on the robot back to the mobile.
Claude is right, but maybe you aren't looking to access the raw data.
In any case, you would probably be interested in the "Displaying a Point Cloud Using Scene Depth" sample project.