日本フィジカルAI新聞

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

週刊ニュースレター購読
軌道計画arXiv:2608.21631v1

OpenSCvx: オープンソースのモジュール式で拡張可能な非線形軌道計画パッケージ

OpenSCvx: An Open-Source Modular and Extensible Nonlinear Trajectory Planning Package

シェア:XThreadsFacebookLINEはてブBluesky

軌道最適化問題をシンボリックに記述し、自動的に数値最適化問題を構築・解決するオープンソースのPythonフレームワークを紹介する論文。

著者: Christopher R. Hayner, Griffin J. Norris, Fabio Spada, Samet Uzun, Avi Mittal, Behcet Acıkmese, Karen Leung

分類: cs.RO, math.OC

原文アブストラクト

Trajectory optimization computes dynamically feasible motions that enable autonomous systems to accomplish complex tasks while satisfying operational and environmental constraints. This tutorial presents OpenSCvx, an open-source Python framework that bridges the gap between high-level problem specification and efficient numerical optimization. Rather than requiring users to derive solver-specific mathematical formulations, OpenSCvx provides a symbolic modeling interface that automatically constructs and solves trajectory optimization problems from modular descriptions of objectives, dynamics, and constraints. Beyond simplifying problem formulation, OpenSCvx supports (i) continuous-time constraint modeling, (ii) temporal and logical specifications, (iii) automatic vectorization for scalable and batched optimization, and (iv) a modular architecture that enables new algorithms, models, and solver backends to be incorporated with minimal effort. These capabilities allow researchers and practitioners to rapidly prototype, solve, and extend state-of-the-art trajectory optimization methods.

関連論文