このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
Sensor Fusion and Tracking Toolbox 入門
Sensor Fusion and Tracking Toolbox™ には、複数のセンサーからのデータを融合して状況認識や位置推定を維持するシステムを設計、シミュレート、検証、展開するためのツールが付属しています。参照例を基にして、監視および自律システム (航空機搭載、衛星搭載、地上設置型、艦載、水中システムなど) 向けにマルチオブジェクト追跡やセンサー フュージョン開発を行うことができます。
アクティブ/パッシブ レーダー、ソナー、LiDAR、EO/IR、IMU、GPS など、実際のセンサーのデータを融合することができます。追跡アルゴリズムをさらにテストするために、シミュレーション環境とセンサー モデルを使用できます。ツールボックスには、OSPA や GOSPA などのパフォーマンス メトリクスの追跡を使用してさまざまなフュージョン アーキテクチャを評価および検証するためのマルチオブジェクト トラッカーと推定フィルターも含まれています。
このツールボックスは、シミュレーションの高速化、ラピッド プロトタイピング、または展開用に C/C++ コード生成をサポートしています。
チュートリアル
- 方向、位置、および座標の規則
空間表現と座標系に関するツールボックスの規則について説明する。 - Tracking Simulation Overview
You can build a complete tracking simulation using the functions and objects supplied in this toolbox. The workflow for sensor fusion and tracking simulation consists of three (and optionally four) components. These components are - Simulate Radar Detections
Simulate target detections by radar sensors. - Model IMU, GPS, and INS/GPS
Model combinations of inertial sensors and GPS. - Introduction to Estimation Filters
General review of estimation filters provided in the toolbox. - Introduction to Multiple Target Tracking
Introduction to assignment-based multiple target trackers. - Introduction to Tracking Metrics
While designing a multi-object tracking system, it is essential to devise a method to evaluate its performance against the available ground truth. This ground truth is typically available from a simulation environment or by using techniques like ground-truth extraction using manual or automated labeling on recorded data. Though it is possible to qualitatively evaluate a tracking algorithm using visualization tools, the approach is usually not scalable. This example introduces different quantitative analysis tools in Sensor Fusion and Tracking Toolbox™ for assessing a tracker's performance. You will also use some common events like false tracks, track swaps etc. encountered while tracking multiple objects to understand the strengths and limitations of these tools. - Use theaterPlot to Visualize Tracking Scenario
This example shows how to use thetheaterPlot
object to visualize various aspects of a tracking scenario.
ツールボックスの規則
トラッキング シナリオおよびセンサー
慣性センサー フュージョン
推定フィルター
マルチオブジェクトの追跡
メトリクスと可視化
関連情報
注目の例
ビデオ
パート 1: センサー フュージョンとは
センサー フュージョンとは何か、またセンサー フュージョンが自律システムの設計にどのように役立つのかを示した概要。
パート 2: 磁力計、加速度計、およびジャイロスコープを融合した方向の推定
磁力計、加速度計、およびジャイロスコープを使用して、オブジェクトの方向を推定する。
パート 3: GPS および IMU を融合した姿勢の推定
GPS および IMU を使用して、オブジェクトの方向と位置を推定する。
パート 4: IMM フィルターを使用した単一オブジェクトの追跡
相互作用する複数のモデル フィルターを使用して状態を推定することで、単一のオブジェクトを追跡する。
パート 5: 複数のオブジェクトを一度に追跡する方法
複数のオブジェクトの追跡における 2 つの一般的な問題、データの関連付けとトラックの維持について説明する。
パート 6: トラックレベルのフュージョンとは
トラック間フュージョンと追跡アーキテクチャを説明する。