|
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
|
Goal
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
|