Recent Changes - Search:

TEAMS Academy Wiki

THS

Explore TEAMS!
for visiting sophomores & juniors


Robotics


EnvBioTech

Bat Design

Assistive Tech

Students

Instructors

TEAMS Forum

TEAMS Calendar

TEAMS Web Site

Wiki Info

edit Robots.SideBar

Find a Ball

Goal

  • Keep the robot safe

Notes

  • Most importantly, make sure robot doesn't drive into walls, using bump sensors.
  • Make sure robot doesn't fall (not really an issue in this case, because the table is closed off)

Code

  • Enter actual function code here, once completed
  • Function Declaration:
    int Safe()
       /*Pre: Sensors Updated
        *Post: Return true if safe, false otherwise*/
       {
        //code here
       }

Back

Edit - History - Print - Recent Changes - Search
Page last modified on December 27, 2007, at 10:53 PM