Data signal processing method through real-time connection of lidar sensor in simulink (jetson, simulink)
Afficher commentaires plus anciens
I am trying to actually compile it on Jetson and Drone using the example in the link below.
In the above example, an obstacle avoidance algorithm is created by receiving image information using a virtual camera.
So, I'm curious what method should be used when actually compiling.
In the case of a general webcamera, I think image information (R, G, B) can be received using the block below.

However, I don't know what to do when using a Lidar sensor.
There is an example code that receives Lidar data using a Matlab function.
However, I would like to implement an avoidance algorithm by receiving point cloud information from Lidar sensors using Simulink.
If you have any good examples or methods, please let me know.
Réponse acceptée
Plus de réponses (1)
Kilsu Kim
le 21 Sep 2023
1 vote
From the question, I am little confused, whether you want to read Velodyne Lidar sensor data from Simulink and test your avoidance algorithm OR read from virtual Lidar sensor and process it?
There is no Simulink block to read the Velodyne Lidar sensor data into MATLAB however, we can create a MATLAB Function block using velodynelidar API and read the data into MATLAB.
For the virtual case we do have a MATLAB API and Simulink block to generate/simulate the Lidar sensor data into MATLAB. Refer: Generate Lidar Point Cloud Data for Driving Scenario with Multiple Actors - MATLAB & Simulink - MathWorks India
This example works with DrivingScenario. In R2023b, we do support lidarSensor interfacing with RoadRunner Scenario tools using MATLAB API.
Catégories
En savoir plus sur Labeling, Segmentation, and Detection dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!