Skip to content

SHKim-HYU/NMPC_Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NMPC-based Robotic examples

Prerequisite

  • python setup
$ mkdir mpc_ws && cd mpc_ws
$ sudo apt-get install python3.8-dev python3.8-venv
$ python3.8 -m venv .venv
$ source .venv/bin/activate
$ pip install jupyter ipykernel wheel
$ python -m ipykernel install --user --name .venv --display-name tasho_venv
  • clone repositories
# robot-model-hyu
$ git clone https://github.com/SHKim-HYU/robot-model-hyu.git
$ cd robot-model-hyu && pip install . && cd ../
# tasho
$ git clone https://github.com/SHKim-HYU/tasho.git
$ cd tasho && pip install . && cd ../
# examples
$ git clone https://github.com/SHKim-HYU/NMPC_Examples.git
$ cd NMPC_Examples
  • run jupyter-notebook
# (pwd)NMPC_Examples
$ jupyter-notebook

Toolkits

  1. Rockit

  2. URDF2CASADI

  3. Tasho

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors