필터 지우기
필터 지우기

How to generate the datalog and scenario to track objects?

조회 수: 5 (최근 30일)
Alexander Burns
Alexander Burns 2022년 3월 23일
답변: Prashant Arora 2022년 3월 24일
I have the time and position of 2 drones in 3 dimensions in an excel sheet that I want to apply the different trackers to (like the Tracking Closely Spaced Targets Under Ambiguity example), but I dont know how to generate the scenario and detections. How do I do this?

채택된 답변

Prashant Arora
Prashant Arora 2022년 3월 24일
Hi Alexander,
There are two possible interpretations of "position" in your question. I am listing options for both interpretations.
  • If your position data represents observed sensor measurements
You can pack them into objectDetection format by following instructions from this example:
You can feed these detections to a multi-object tracker for tracking.
  • If your position data represents ground truth information.
If you have noisy ground truth position data, you can look at the following example to convert it to a trajectory.
If your ground truth position data is sufficiently smooth, you can directly create a waypointTrajectory from it.
You can reuse this trajectory to generate a trackingScenario as shown in the example below
Once you have a scenario, you can use different sensor models in the toolbox to simulate sensor measurements in the form of objectDetection and run your tracker.
You can also use the Tracking Scenario Designer App to faciliate these tasks.
Hope this helps,
Prashant

추가 답변 (0개)

제품


릴리스

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by