Dance-Bot: The Autonomous Ballroom
Dance-Bot is a large-scale robotics project designed to bring the joy of ballroom dance to the masses. Using advanced algorithms and machine learning, Dance-Bot learns from human dance partners, adapting its style to fit any rhythm and beat.
//Dance-Bot's core codebase
function dance(bot, partner) {
while(true) {
if (partner.next_step() == true) {
bot.step_right_foot();
}
else {
bot.step_left_foot();
}
}
}
- Developed in partnership with Ballroom Dance Institute (BDI)
- Patented 'Bot-Sync' technology
- Currently in beta testing with 100+ users