Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

INTERACT-tud-amr/robot_mpcs_dingo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot mpcs

Install forces pro

You have to request a license for forcespro and install it according to their documentation. The location of the python package forcespro must also be included in your python path.

export PYTHONPATH="${PYTHONPATH}:/path/to/forces/pro"

Consider adding it to your .bashrc (.zshrc) file

Install using poetry

Then you can install this package using poetry within a virtual environment.

poetry install -E agents
poetry shell

Now you are in the virtual environment with everything installed.

Install globally using pip

pip3 install .

If you want to test the mpc solvers you need to install additional dependencies.

pip3 install '.[agents]'

Examples

cd examples
python3 makeSolver.py <path/to/config/file>
python3 <robot/type>_example.py <path/to/config/file>

About

Simple mpc solvers for robots

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 90.8%
  • CMake 9.2%