#include "common.hh"

Functions | |
| int | run_test (iRobot::Create &robot, std::stringstream &) |
| int run_test | ( | iRobot::Create & | robot, | |
| std::stringstream & | ||||
| ) |
00022 { 00023 robot.sendWaitDistanceCommand (0); 00024 robot.sendWaitDistanceCommand (-2345); 00025 robot.sendWaitDistanceCommand (4321); 00026 return TEST_SUCCEED; 00027 }
1.5.4