Unable to continually visualize 3D point cloud from LiDAR using ROS Read Point Cloud block

1 次查看(过去 30 天)
I am connecting a VLP16 LiDAR with Matlab through ROS. The LiDAR is a node in the network, and the lidar data is obtained in MATLAB by subscribing to that node.  
I'm using a Simulink model with the Subscribe and Read Point Cloud blocks. The data from the RPC block is sent to a MATLAB function block where I'm visualizing the data using the "reshape" and "plot3" commands.Unfortunately, I seem to be able to only visualize the LiDAR sensor data in ROS in real time as segments instead of the entire cloud. Therefore, I have the following questions:
- Is this an appropriate way to interface LiDAR with MATLAB using ROS? 
- If so, is it expected for the data to be cut off and restricted to 2D as I currently observe?

采纳的回答

MathWorks Support Team
编辑:MathWorks Support Team 2021-9-27
You seem to be approaching the problem correctly. With respect to cutoff of data, modifying the array size will allow you to visualize the entire cloud : https://www.mathworks.com/help/ros/ug/manage-array-sizes-in-simulink-ros.html
By default all variable size data has a set limit, which can be modified by the dialog mentioned in the above link. Providing the correct size for the lidar data will allow all the data will be output from the ReadPointCloud block.

更多回答(0 个)

产品


版本

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by