Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rdeits/quadruped-walking-exploration


https://github.com/rdeits/quadruped-walking-exploration

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Quadruped walking explorations

## Requires:

* Mosek academic license:
* Gurobi academic license:
* tbxmanager for matlab
* yalmip for matlab
* you can install yalmip with `tbxmanager install yalmip` from within matlab

## Setup:

git submodule update --init --recursive
make

## Running the solver

cd matlab
matlab

in the matlab console:

sol = testQuadrupedNonGaited();
playbackLittleDog(sol);