メインコンテンツ

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

シナリオの生成

記録された実環境センサー データからのシナリオ生成

自動運転アプリケーションでのシナリオ生成とは、全地球測位システム (GPS)、慣性計測ユニット (IMU)、カメラ、および LiDAR の各センサーから記録された実環境車両データから、バーチャル シナリオを作成するプロセスです。Automated Driving Toolbox™ には、シナリオ生成プロセスを自動化する関数とツールが用意されています。センサー データの前処理、道路の抽出、アクターの位置推定、およびアクターの軌跡の取得を行って、実環境シナリオの正確なデジタル ツインを作成します。生成したシナリオをシミュレートし、実環境データに対して自動運転アルゴリズムをテストします。

記録したセンサー データからシナリオを生成するには、アドオン エクスプローラーから Scenario Builder for Automated Driving Toolbox サポート パッケージをダウンロードします。アドオンのダウンロードの詳細については、アドオンの取得と管理を参照してください。

関数

すべて展開する

GPSDataStore GPS data with timestamps (R2024b 以降)
TrajectoryCreate trajectory using timestamps and waypoints (R2024b 以降)
CameraDataStore sequence of camera data with timestamps (R2024b 以降)
LidarDataStore sequence of lidar data with timestamps (R2024b 以降)
ActorTrackDataStore recorded actor track data with timestamps (R2025a 以降)
recordedSensorDataCreate sensor data object from recorded sensor data (R2024b 以降)
egoPointCloudExtractorExtract point clouds around waypoints in ego trajectory (R2025a 以降)
getMapROIGeographic bounding box coordinates from GPS data (R2022b 以降)
roadpropsExtract road properties from road network file or map data (R2022b 以降)
selectActorRoadsExtract properties of roads in path of actor (R2022b 以降)
updateLaneSpecUpdate lane specifications using sensor detections (R2022b 以降)
laneDataStore recorded lane boundary data with timestamps (R2023a 以降)
laneBoundaryDetectorDetector for lane boundaries in images (R2023a 以降)
laneBoundaryTrackerTrack lane boundaries (R2023a 以降)
egoToWorldLaneBoundarySegmentsConvert tracked lane boundaries to lane boundary segments in world coordinates (R2024a 以降)
laneBoundarySegmentStore lane boundary information of road segment (R2024a 以降)
laneBoundaryGroupGroup lane boundaries in lane boundary segment objects (R2024a 以降)
smoothBoundariesSmooth lane boundaries (R2024a 以降)
getLanesInRoadRunnerHDMapCreate RoadRunner HD Map from lane information (R2024a 以降)
roadrunnerLaneInfoGenerate lane information in RoadRunner HD Map format from lane boundary points (R2023a 以降)
roadrunnerStaticObjectInfoGenerate static object and sign information in RoadRunner HD Map format (R2023a 以降)
addElevationAdd elevation to scene data using georeferenced point cloud (R2024a 以降)
actorpropsGenerate actor properties from track list (R2022b 以降)
actorTracklistStore recorded actor track list data with timestamps (R2023a 以降)
importFromObjectTrackImport track list from objectTrack object (R2023a 以降)
exportToDrivingScenarioExport trajectory to driving scenario (R2024b 以降)
exportToRoadRunnerExport trajectory to RoadRunner (R2024b 以降)
writeCSVWrite trajectory data into CSV file (R2024b 以降)
localizeEgoUsingLanesLocalize ego trajectory on map using lane detections (R2025a 以降)

トピック

使い方

シーンの生成

シナリオの生成

注目の例