Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 456 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 456 Bytes

Julia interactive interface for TinyMPC

Julia wrapper for TinyMPC. It supports code generation and interaction with the C/C++ code.

Installation

  1. Clone this repo with submodule
git clone --recurse-submodules https://github.com/TinyMPC/tinympc-julia.git
  1. Run the interactive example interactive_cartpole_ext.ipynb

Documentation

The interface is documented here.

Packaging