-
Notifications
You must be signed in to change notification settings - Fork 0
Manual Testing
While the project is still small it is sufficient to test a lot of the components manually. As such before merging a feature branch into develop the following tests should be performed manually.
The project should successfully build using ./scripts/build.sh
The project should successfully run using ./scripts/run.sh
While running, the robots should be able to all follow their paths without hitting any obstacle.
The robot assistant and the visitor should navigate to the robot and request to entertain/provide moral support when the robot requests.
The robot assistant and visitors should spin whilst performing their task.
The resident should move once a task has been performed on it and move back to his original location.
After the visitor and robot assistant have performed their tasks they should return to their starting position and wait for further requests via the resident.
When moving or stationary the robots should be able to be moved without it affecting their ability to get to a point.
When moved outside of the bounds the robots should head towards 0, 0 until they reach the bounds again.
- Home
- Project Plan
- Project Design
- Project Documentation
- Administration
- Weekly and Demo Presentations