このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
Velodyne LiDAR センサーを使用したデータの取得
Velodyne LiDAR センサーから点群を取得する
velodynelidar
オブジェクトを使用して点群データにアクセスします。サポートされている Velodyne LiDAR® センサーから点群をプレビューして読み取ることができます。
関数
velodynelidar | Stream point clouds from Velodyne LiDAR lidar sensor (R2020b 以降) |
preview | Preview of live point cloud data from Velodyne LiDAR sensor (R2020b 以降) |
closePreview | Close preview of live point cloud data from Velodyne LiDAR sensor (R2020b 以降) |
start | Start streaming point clouds from Velodyne LiDAR sensor (R2020b 以降) |
flush | Delete point clouds in velodynelidar object buffer (R2020b 以降) |
read | Acquire point clouds from velodynelidar object
buffer (R2020b 以降) |
stop | Stop streaming point clouds from Velodyne LiDAR sensor (R2020b 以降) |
トピック
- Get Started with Velodyne LiDAR Sensor Acquisition
Get started with Velodyne LiDAR sensor acquisition.
- Create a velodynelidar Object and Use Object Properties
You access the point cloud data using the
velodynelidar
object. - Read Point Clouds
You can read all available point clouds or read a subset that you select. You can specify number of point clouds to read and specify them as the latest or the oldest point clouds in the buffer using arguments of the
read
command. - Read and Compare Two Point Clouds from a LiDAR Sensor
This example shows how to acquire the oldest and newest point clouds from the buffer and display them to compare the images.