Skip to content

Model Predictive Control for Swing-up and Balancing of an Underactuated Inverted Double Pendulum.

Notifications You must be signed in to change notification settings

J4nn1K/me231a-final-project

Repository files navigation

Final Project for ME 231A

This repository contains the code for our final project of Prof. Francesco Borrelli's course "Experiential Advanced Control Design I" at UC Berkeley.

Installation

Install Python packages from the root directory:

pip install -r requirements.txt

Install IPOPT:

apt-get install -y -qq glpk-utils
wget -N -q "https://portal.ampl.com/dl/open/ipopt/ipopt-linux64.zip"
unzip -o -q ipopt-linux64
apt-get install -y -qq coinor-cbc

About

Model Predictive Control for Swing-up and Balancing of an Underactuated Inverted Double Pendulum.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages