PYROBOCOP : Python-based Robotic Control & Optimization Package for Manipulation and Collision Avoidance
Arvind U. Raghunathan, Devesh K. Jha, Diego Romeres

TL;DR
PYROBOCOP is a Python package that enables efficient control and optimization of robotic systems with contact and obstacle avoidance constraints by reformulating complementarity constraints for NLP solvers.
Contribution
It introduces an automatic reformulation of complementarity constraints in robotic optimization problems, improving solver effectiveness and flexibility.
Findings
Effective in optimizing robotic systems with collision avoidance.
Faster and more flexible than existing packages like CasADi and Pyomo.
Demonstrated on various robotic systems with contact constraints.
Abstract
PYROBOCOP is a lightweight Python-based package for control and optimization of robotic systems described by nonlinear Differential Algebraic Equations (DAEs). In particular, the package can handle systems with contacts that are described by complementarity constraints and provides a general framework for specifying obstacle avoidance constraints. The package performs direct transcription of the DAEs into a set of nonlinear equations by performing orthogonal collocation on finite elements. The resulting optimization problem belongs to the class of Mathematical Programs with Complementarity Constraints (MPCCs). MPCCs fail to satisfy commonly assumed constraint qualifications and require special handling of the complementarity constraints in order for NonLinear Program (NLP) solvers to solve them effectively. PYROBOCOP provides automatic reformulation of the complementarity constraints…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Formal Methods in Verification · Advanced Control Systems Optimization
