Software & Data Downloads — PyRoboCOP

Python-based Robotic Control & Optimization Package for control and optimization of robotic systems described by nonlinear Differential Algebraic Equations (DAEs).

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 that enables NLP solvers to perform optimization of robotic systems. The package is interfaced with ADOL-C for obtaining sparse derivatives by automatic differentiation and IPOPT for performing optimization. To learn more, the corresponding paper is on arXiv.

  •  Raghunathan, A., Jha, D.K., Romeres, D., "PYROBOCOP: Python-based Robotic Control & Optimization Package for Manipulation", IEEE International Conference on Robotics and Automation (ICRA), DOI: 10.1109/​ICRA46639.2022.9812069, May 2022.
    BibTeX TR2022-057 PDF Video Software
    • @inproceedings{Raghunathan2022may,
    • author = {Raghunathan, Arvind and Jha, Devesh K. and Romeres, Diego},
    • title = {PYROBOCOP: Python-based Robotic Control & Optimization Package for Manipulation},
    • booktitle = {IEEE International Conference on Robotics and Automation (ICRA)},
    • year = 2022,
    • month = may,
    • publisher = {IEEE},
    • doi = {10.1109/ICRA46639.2022.9812069},
    • isbn = {978-1-7281-9681-7},
    • url = {https://www.merl.com/publications/TR2022-057}
    • }

Access software at https://github.com/merlresearch/PyRoboCOP.