Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rdeits/juggling


https://github.com/rdeits/juggling

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Juggling as a Mixed-Integer Convex Program

This package solves for a periodic trajectory of a set of N balls juggled by M hands for K time steps as a mixed-integer linear program.

## Requirements
The package requires the free Drake toolbox and the Gurobi solver, which is free only for academic use .

## Sample results

3 balls, 2 hands

```
runJuggling(3, 2, 7);
```

5 balls, 2 hands, an early solution which is highly non-optimal:

```
runJuggling(5, 2, 16);
```

For a more optimal result, see: .