日本フィジカルAI新聞

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

週刊ニュースレター購読
運動学arXiv:2509.01010

ロボット運動学に現れる代数方程式の解析的ソルバ

Analytical Solvers for Common Algebraic Equations Arising in Kinematics Problems

シェア:XThreadsFacebookLINEはてブBluesky

ロボット運動学で頻出する4種類の代数方程式に対する解析的解法をまとめ、Python実装とLLMによるコード生成プロンプトを公開した論文。

著者: Hai-Jun Su

分類: cs.RO, math.AG

原文アブストラクト

This paper presents analytical solvers for four common types of algebraic equations encountered in robot kinematics: single trigonometric equations, single-angle trigonometric systems, two-angle trigonometric systems, and bilinear two-angle systems. These equations arise frequently in the kinematics problems, particularly in robot kinematics. We provide detailed solution methods, including closed-form expressions, numerical algorithms, and robustness considerations. The solvers are designed to handle general coefficients, manage singularities, and enumerate all real solutions efficiently. These solvers are implemented in Python packages and can be reproduced by prompting Language Lanuage Models. Sampe prompts are also provided in the public code space Github repo. These prompts can generate a working solver code with one single prompt in coding agent such as OpenAI's Codex 5.1. This work serves as a foundation for developing complete inverse kinematics solvers for various robot architectures. Extensive validation and benchmarking demonstrate the effectiveness and reliability of the proposed methods.

関連論文