CSymPlan: Certified Symbolic Planning and Control for High-DOF Manipulators

📅 2026-08-24
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出CSymPlan框架,通过离线和在线两种方式生成符号策略,解决高自由度机械臂在执行任务时因执行器限制、跟踪误差等问题导致的难以执行参考路径的问题。
📝 Abstract
Robot manipulators are commonly engineered around a decoupled motion-generation stack: a planner computes a collision-free path and a lower-level controller tracks the resulting reference. This separation is computationally convenient, but it can produce references that are difficult to execute under actuator limits, tracking error, model mismatch, and small obstacle clearances. We present CSymPlan, a certified symbolic planning and control framework for high-DOF manipulators with two complementary implementations: an offline implementation that precomputes certified reach-avoid feedback policies for known workspaces; and an online implementation that synthesizes or updates symbolic policies at runtime from changing task and perception information using parallelization. The offline implementation reduces the manipulator dynamics to a sampled perturbed double-integrator model in operational space through feedback linearization, treats torque-realization errors, modeling inaccuracies, and measurement uncertainty as bounded disturbances, and refines the synthesized symbolic policy to the Franka FR3 through a quantization--lookup--torque realization pipeline. The online implementation uses the same abstraction and refinement interface, but replaces the precomputed policy table with a runtime pFaces request--synthesis--execution loop. In randomized simulated benchmarks and perception-driven Franka FR3 experiments, both implementations complete reach-avoid tasks with zero safety violations; whenever no certified action exists, the robot holds, replans, or stops safely instead of executing an uncertified command.
Problem

Research questions and friction points this paper is trying to address.

High-DOF Manipulators
Actuator Limits
Tracking Error
Model Mismatch
Innovation

Methods, ideas, or system contributions that make the work stand out.

Certified Symbolic Planning
High-DOF Manipulators
Reach-Avoid Tasks
Feedback Linearization
Parallel Synthesis