Algorithms for Object Detection and Tracking Using Lidar Data

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • Lidar is one of the most reliable sensors used for robotics perception and autonomous navigation. Its output can be used for both self-awareness and situational awareness. For example, a lidar point cloud can be processed to estimate the ego vehicle’s motion and detect and track nearby objects.
    View the full tutorial playlist: • From Perception to Pla...
    In this video, the presenter walks you through two examples that show how to detect, classify, and track vehicles by using lidar point cloud data captured by a lidar sensor mounted on an ego vehicle.
    The lidar data is recorded from a highway-driving scenario. The examples illustrate the workflow in MATLAB® for processing the point cloud and tracking the objects. The point cloud data is segmented to determine the class of objects using the PointSeg network. A joint probabilistic data association (JPDA) tracker with an interactive multiple model (IMM) filter is used to track the detected vehicles.
    --------------------------------------------------------------------------------------------------------
    Get a free product trial: goo.gl/ZHFb5u
    Learn more about MATLAB: goo.gl/8QV7ZZ
    Learn more about Simulink: goo.gl/nqnbLe
    See what's new in MATLAB and Simulink: goo.gl/pgGtod
    © 2020 The MathWorks, Inc. MATLAB and Simulink are registered trademarks of The MathWorks, Inc.
    See www.mathworks.com/trademarks for a list of additional trademarks. Other product or brand names may be trademarks or registered trademarks of their respective holders.

Комментарии • 3

  • @parasmahajan9523
    @parasmahajan9523 3 года назад +4

    If possible can you please guide for RGB and Ultrasonic sensor data fusion using matlab or simulink for SLAM

  • @pavanbn8d
    @pavanbn8d 3 года назад

    Hello,
    I extracted ground data using 'segmentGroundFromLidarData(ptCloud)' form 3D lidar (Velodyne) data. How to save ground segmented data as a pcap file to use for the further process?