hapiel / Acrobot

The Acrobot is a robotic circus performer made by Daniel Simu
http://acrobot.nl/
5 stars 0 forks source link

Create Choreography from sequence #18

Open hapiel opened 9 months ago

hapiel commented 9 months ago

A choreography is a series of sequences or moves, with triggers in between. For example it will wait with starting the next sequence until a button is pressed, or until an arm is lifted, or the IMU sends a trigger

CSV format. Ideally it imports a list of moves & sequences to select from.

hapiel commented 5 months ago

Current plan is to create a python script that can merge multiple subroutines into one real routine. Not in a rush to do this, let's first experiment with what we got.