メインコンテンツ

このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。

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.

    慣性センサー フュージョン

    推定フィルター

    マルチオブジェクトの追跡

    メトリクスと可視化

    • 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 the theaterPlot object to visualize various aspects of a tracking scenario.

注目の例

ビデオ

What is Sensor Fusion

パート 1: センサー フュージョンとは
センサー フュージョンとは何か、またセンサー フュージョンが自律システムの設計にどのように役立つのかを示した概要。

Fusing Mag, Accel, and Gyro to Estimate Orientation

パート 2: 磁力計、加速度計、およびジャイロスコープを融合した方向の推定
磁力計、加速度計、およびジャイロスコープを使用して、オブジェクトの方向を推定する。

Fusing GPS and IMU to Estimate Pose

パート 3: GPS および IMU を融合した姿勢の推定
GPS および IMU を使用して、オブジェクトの方向と位置を推定する。

Tracking a Single Object With an IMM Filter

パート 4: IMM フィルターを使用した単一オブジェクトの追跡
相互作用する複数のモデル フィルターを使用して状態を推定することで、単一のオブジェクトを追跡する。

How to Track Multiple Objects at Once

パート 5: 複数のオブジェクトを一度に追跡する方法
複数のオブジェクトの追跡における 2 つの一般的な問題、データの関連付けとトラックの維持について説明する。

What is Track-Level Fusion?

パート 6: トラックレベルのフュージョンとは
トラック間フュージョンと追跡アーキテクチャを説明する。