- Detections
- Clustered Detections
- Tracks
Radar in Automated Driving Toolbox
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi all,
Does the Radar sensor in Automated Driving Toolbox-Driving Scenario Designer provides velocity measurements as well?
In fact the radial velocity measurement that the radar returns in reality.
댓글 수: 0
답변 (1개)
Munish Raj
2023년 4월 21일
The RADAR block gives three outputs
The Detections only give you radial velocity. This is stored in the Measurement section of the bus.
The Tracks give you relative velocity of the objects. This is in the covariance matrix.
This function (Obtain updated track velocities and velocity covariance matrix - MATLAB getTrackVelocities (mathworks.com)) will calculate the velocity of each track.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!