The Robo Ninja Warrior module teaches math, physics, and engineering content through fun, hands-on, and customizable challenges. The module includes three challenges that provide scaffolded opportunities to master new theory and apply it to programming a mobile robot to accomplish a task. Robo Ninja Warrior is part of a 12-credit, two course sequence at Olin College called Quantitative Engineering Analysis.

We use a low-cost robotic platform with powerful sensors, including LIDAR, bump detectors, wheel encoders, and an accelerometer. The robot can be put together for $350 and allows students to program it remotely on their own laptops using MATLAB’s ROS toolbox. This structure leads to an easy to manage classroom that can scale to many robots and many students.

Source files for this website and the assignments themselves can be found at https://github.com/qeacourse/RoboNinjaWarrior.

A thumbnail image for a video.  The text QEA Olin College of Engineering appears on a textured blue background

Key Features of QEA

QEA is a highly interdisciplinary, integrated course for teaching technical content.

More details about QEA

A picture of a Neato robotic vacuum cleaner with a custom remote control interface based on Raspberry Pi

Robot Platform

We chose to customized a Neato Robot vacuum for its low price and powerful sensors.

Robot Details

A student taking a cell phone picture of a robot traversing a spiral wooden track called The Bridge of Doom

Module Overview

The module uses 3 robotics challenges to teach math, physics, and engineering content.

Module Details

Inspired to learn more? E-mail Collaboratory@olin.edu.

QEA in a Nutshell

Quantitative Engineering Analysis (QEA) is an interdisciplinary, integrated, course for students to become proficient in learning new technical content and successfully completing projects that have a significant analytical component to them. This video summarizes some of the rationale and specific pedagogy behind the course.

Robot Details

A picture of a Neato robotic vacuum cleaner with a custom remote control interface based on Raspberry Pi

The documentation describes both how to connect to the the physical robot or a simulator and how to build your own customized Neato.

Student Facing Documentation

Teaching Team Documentation

Support for Virtual Classes

A first person video of the virtual Neato crossing the Bridge of Doom (with volcano for good measure).

We have run this module successfully in a fully online manner. We were able to adapt the physical robot to a Gazebo simulation. Details on how to setup the virtual robot are integrated into the Meeto your Neato page.

Key Features of the Simulation

  • Easy setup for students using Docker
  • Integrates with Amazon Web Services if you are interested in deploying the simulator in the cloud
  • Easy interface for collecting datasets from the robot (e.g., wheel encoder data) if you want students to analyze the robot’s sensor data.
  • Integration of lots of fun environments, including the bridge of doom with simulated volcano (see right image), a 3D simulation of Olin’s dining hall, and a low-friction ice rink world.

Intro to Mobile Robotics

The opening day of the course includes a number of activities to introduce fundamental concepts in mobile robotics. The work is largely conceptual and lays the groundwork for the quantitative work to come.

Schedule and Supporting Documents

Challenge 1: Crossing the Bridge of Doom

A student taking a cell phone picture of a robot traversing a spiral wooden track called The Bridge of Doom

The Bridge of Doom challenge involves programming the robot to successfully drive over a harrowing bridge. The bridge is made less harrowing since students have a parametric equation defining its shape. Students learn about robot kinematics, curves and motion, and using distance sensors to correct for errors.

Schedule and Supporting Documents

Challenge 2: Flatland

In the Flatland challenge, students program their robot to ascend a virtual mounting using the concept of steepest ascent (in the past we also used a physical mountain). The challenge introduces concepts from numerical optimization and provides some light touch points with differential equations.

Schedule and Supporting Documents

Deprecated version

In the past we’ve done a version of this challenge where the Neato uses its accelerometer to implement steepest ascent to navigate to the top of a physical mountain.

Challenge 3: The Gauntlet

A Neato robot amidst an obstacle course called The Gauntlet

The Gauntlet is an obstacle course with four difficulty settings (students can choose which one to complete). The challenge teaches robust optimization techniques, line and curve fitting, frames of reference, potential fields, and basic path planning.

Schedule and Supporting Documents

Conclusion and Learning More

The Robo Ninja Warrior module serves as a point of integration between many of the core areas of QEA (e.g., linear algebra, optimization, vector calculus, kinematics, and motion). The physical embodiment of these often abstract concepts is a strong contributor to the success of the module (as determined by student feedback). Despite the fact that the module is successful at Olin, we realize that everyone’s institutional context is different. To connect with folks at Olin College to learn more about this module or determine how you might build off of this at your own institution, e-mail Collaboratory@olin.edu to start the conversation.

Other Documents on QEA