|
Explore TEAMS!
|
Student /
Lab4WimpModeRobotics Lab 4: Wimp ModeLessons Learned
Lab SummaryOverall, the code that I wrote regarding the Create’s “Wimp” mode worked really well. The robot was able to successfully stop when the total distance traveled by the Create was 2ft, turn 90° when bumped left and right, and respond to bumps while already in rotation. To start up the “Wimp” mode, the robot waited for a push from behind. Also, the robot was fitted with a safety feature that allowed it to terminate the code when it was in peril (cliffs, being picked up, etc.). Wimp mode is completely possible to replicate in C Programming using WinAVR. |