Unable to continually visualize 3D point cloud from LiDAR using ROS Read Point Cloud block
이전 댓글 표시
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?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Object and Lane Detection에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!