日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
シミュレーションarXiv:2608.23040

RoboRacer Arena: Isaac Simにおける高忠実度自動運転レースのスケーリング

RoboRacer Arena: Scaling High-Fidelity Autonomous Racing in Isaac Sim

シェア:XThreadsFacebookLINEはてブBluesky

占有グリッドマップから3Dレーシング環境を自動生成するシステムを開発し、Isaac Sim上で高忠実度の自動運転レースシミュレーションをスケーラブルに実現した。

詳しい要約

1. どんなもの?

RoboRacer Arenaは、1:10スケールの自律レース研究用プラットフォームRoboRacerを拡張し、占有グリッドマップから3Dレース環境を自動生成するシステムである。入力としてSLAMセッション、リサイズされたFormula 1サーキット、自然言語記述を受け付け、Isaac Sim上で再現可能なUSDステージを構築する。

2. 先行研究と比べてどこがすごい?

既存の占有グリッドシミュレータはマップ追加が容易だが物理接触を欠き、3Dシミュレータは各サーキットを個別アセットとして実装するためスケーラビリティに欠ける。RoboRacer Arenaは占有マップから直接3D環境を生成することで、物理接触を保ちつつマップ追加の自動化とスケーラビリティを両立した点が優れている。

3. 技術・手法の肝は?

手法の核は、flood fillアルゴリズムによる走行可能なコリドー抽出とトラック境界の特定、距離場計算による衝突境界の定義、そしてトラック表面・衝突プロパティ・マテリアルをUSDステージに統合する自動生成パイプラインである。自然言語入力時はGemma 4 31Bを用いて座標や幾何学を指定せずにトラック仕様を生成し、幾何学的スクリーニング、手続き的生成、ラスターレベル検証で一貫性と再現性を保証する。

4. どうやって有効だと検証した?

10トラック×3シードの30マッチング試行で21マップを生成し、全て検証を通過した。シミュレーション環境の初期化時間は1.18〜2.48秒で、ラスターサイズに線形に増加することを確認。ベンチマークでは256並列の剛体車両で毎秒8,707車両ステップを達成(レンダリングとポリシー実行時間を除く)。

5. 議論はある?

要旨からは、初期化時間がラスターサイズに線形に増加する点や、自然言語生成の品質に関する詳細な議論は不明。また、生成されたトラックの多様性や実世界との対応についての考察は要旨に含まれていない。

6. 次に読むべき論文は?

要旨で参照されているRoboRacerの元論文、および関連する占有グリッドシミュレータや3Dシミュレータの研究。具体的には、RoboRacerのプラットフォーム論文、およびIsaac Simを用いたシミュレーション研究が挙げられる。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Mihaela-Larisa Clement, Agnes Poks, Ezio Bartocci

分類: cs.RO

原文アブストラクト

RoboRacer offers a standardized platform for research using 1:10-scale autonomous vehicles, but the variety of available tracks hinders the process of acquiring policies. Although existing occupancy-grid simulators allow for the quick addition of new maps, they fail to include physical contact, while 3D simulators require each circuit to be implemented as a separate asset, thus limiting their scalability. In order to overcome this issue, we have developed RoboRacer Arena, a system that creates 3D racing environments directly from occupancy maps. Our method starts by using a flood fill algorithm to extract the drivable corridors and to identify the track boundaries, which are then used to establish the barriers. A distance field is calculated to define the collision boundaries. The track surfaces, collision properties, and materials are assembled into a USD stage, which allows for the automated and reproducible generation of the environment in Isaac Sim. The input maps can be obtained from SLAM sessions, from rescaled Formula 1 circuits, or from natural-language descriptions. When the input is based on natural language, we use Gemma 4 31B to generate a track specification without specifying any coordinates or geometry. To guarantee consistency and reproducibility, we apply geometric screening, procedural generation, and raster-level validation. The simulation environments are initialized in a time range of 1.18 to 2.48 seconds, with the initialization time increasing linearly as the raster size increases. In 30 matched trials involving 10 tracks and 3 seeds, 21 maps were generated and all passed validation. RoboRacer Arena currently contains 130 tracks and supports the generation of tracks from natural language. In benchmark tests, the system attains 8,707 vehicle-steps per second when using 256 parallel rigid-body vehicles, excluding the time taken for rendering and policy execution.

関連論文