This simple Processing sketch will allow your Leap Motion device to interact with your Finch Robot.
- Tilt Hand Down: Robot Moves Forward
- Tilt Hand Up: Robot Moves Back
- Tilt Hand Left: Robot Turns Left
- Tilt Hand Right: Robot Turns Right
For my final CS project, I wanted to combine the ability to use my hand in the physical realm to control a robot, instead of some buttons that one can click, because, no offense, that's pretty boring.
- Install Processing
- Install the Leap Motion Processing Library: https://github.com/mrzl/LeapMotionP5
- Install Finch Processing Library: http://www.finchrobot.com/software/processing
- Run my code in a Processing Sketch
- May the Force be with you!
Made by: Rameez Saiyid
Taught by: Meg Richards
Anyone is welcome to fork this code and add any of their own modifications, I'd be happy to see what people make of it!