Skip to main content

A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives

Project description

mim_solvers

Implementation of efficient numerical optimal control solvers. In particular, the Sequential Quadratic Programming (SQP) solver described in this paper solves nonlinear constrained OCPs efficiently by leveraging sparsity.

All the solvers are implemented based on the API of Crocoddyl (v2). In other words, our solvers take as input a crocoddyl.ShootingProblem.

Examples on how to use the solvers can be found in the examples directory.

Dependencies

Installation

Using conda

conda install mim-solvers --channel conda-forge

Using CMake

git clone --recursive https://github.com/machines-in-motion/mim_solvers.git

cd mim_solvers && mkdir build && cd build

cmake .. [-DCMAKE_BUILD_TYPE=Release] [-DCMAKE_INSTALL_PREFIX=...]

make [-j6] && make install

You can also run unittests using ctest -v and benchmarks using ./benchmarks/ur5 or ./benchmarks/solo12 from the build directory.

Contributors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cmeel_mim_solvers-0.0.4.tar.gz (912.8 kB view hashes)

Uploaded Source

Built Distributions

cmeel_mim_solvers-0.0.4-0-cp311-cp311-manylinux_2_28_x86_64.whl (607.5 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

cmeel_mim_solvers-0.0.4-0-cp311-cp311-manylinux_2_28_aarch64.whl (540.4 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.28+ ARM64

cmeel_mim_solvers-0.0.4-0-cp310-cp310-manylinux_2_28_x86_64.whl (607.7 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

cmeel_mim_solvers-0.0.4-0-cp310-cp310-manylinux_2_28_aarch64.whl (540.6 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.28+ ARM64

cmeel_mim_solvers-0.0.4-0-cp39-cp39-manylinux_2_28_x86_64.whl (607.7 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.28+ x86-64

cmeel_mim_solvers-0.0.4-0-cp39-cp39-manylinux_2_28_aarch64.whl (540.6 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.28+ ARM64

cmeel_mim_solvers-0.0.4-0-cp38-cp38-manylinux_2_28_x86_64.whl (607.7 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.28+ x86-64

cmeel_mim_solvers-0.0.4-0-cp38-cp38-manylinux_2_28_aarch64.whl (540.6 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.28+ ARM64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page