- Velodyne LiDAR Support Package: Velodyne Lidar Support from Lidar Toolbox - Hardware Support - MATLAB & Simulink (mathworks.com)
- Reading Point Clouds using Velodyne Sensor: Read Point Clouds - MATLAB & Simulink (mathworks.com)
- "pointCloud" Object: Object for storing 3-D point cloud - MATLAB (mathworks.com)
- "collisionMesh" function: Create convex mesh collision geometry - MATLAB (mathworks.com)
how create object for storing 3-D lidar scan
조회 수: 1 (최근 30일)
이전 댓글 표시
This is example of 2-d lidar scan matlab code. It can represent angle and distance information of scan data.
I want a 3-d version of this. It is okay not only lidar but also other sensor. I want to know the point information of the obstacle by installing a lidar(or th sensor) on the uav. I add the obstacle with addMesh() code. Trying to grasp obstacle information not known in advance with sensor. Can you briefly tell me such an example or matlab code?
I want to sensing obstacles when uav is stationary.
댓글 수: 0
채택된 답변
Sakshay
2022년 12월 1일
Hello,
As per my understanding, you are trying to create infer obstacles in front of your UAV using a LiDAR sensor. But, currently you are not able to infer 3D information from the LiDAR to create a 3D obstacle.
MATLAB provides the "pointCloud" object to create a point cloud from 3D points. Then, this point cloud can be used to create a Collision Object using the "collisionMesh" function. MATLAB also provides the Velodyne Lidar Support Package. The package would enable you to connect to Velodyne Lidar Sensors and stream lidar point cloud data into MATLAB.
You can refer to the following documentation for more examples on the same:
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Labeling, Segmentation, and Detection에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!