02 Mission Instructions

In this mission, you are an engineer tasked with creating a robotic guide dog. Your prototype should be able to lead someone on a pre-planned path around your home without running into walls or obstacles.

For additional Accessibility Mission resources, check out the GoBox course summary page.  

1. Problem

Service animals have been helping people since the Middle Ages (1). Some dogs are trained to help humans walk safely through new places, to open and close doors, deliver messages, retrieve specific items, or even to warn people of an oncoming medical event. 

However, training service animals takes a lot of time and expertise, so getting a service animal is too expensive for some people to access. That is where assistive technology can help. Assistive technology helps millions of people with many different tasks. Some assistive devices help people communicate, move independently from place to place, or pick up and use objects. Some examples of assistive technology include: braille and braille typewriters, closed captioning, voice-controlled lights, and cochlear implants (2)



In this mission, you are an engineer tasked with creating a robotic guide dog. Your prototype should be able to lead someone on a pre-planned path around your home without running into walls or obstacles. There are two parts to this challenge:

Design a leash for your GoPiGo that will allow the handler to feel the robot coming to a stop, and 
Develop a program that uses a distance sensor to sense obstacles. 


Image of a distance sensor with arrows leaving the sensor, then returning to the sensor after reaching an object.



The distance sensor uses a small laser to determine the distance to an object. The sensor uses the Time of Flight method for a very fast and accurate distance reading. It sends a small laser beam out and measures how long it takes for the beam to bounce off an object and come back to the sensor. It works a bit like bats using echolocation except that bats use sound waves and the distance sensor uses light waves.