-
Notifications
You must be signed in to change notification settings - Fork 5
Testing And Verification
TrevorDecker edited this page Nov 19, 2014
·
13 revisions
Robo Buggy is a complex cyber physical system with many layers.
- push code to git hub have it pass all dynamic tests at https://travis-ci.org/[Travis]
- push code to git hub have it pass all static tests at coverityhttp://www.coverity.com/
- push code to git hub have it have full coverage with coverityhttp://www.coverity.com/
- TODO
<li>Testing in Shop:</li> <ul> <li> Check static mechanical stability of hardware : </li> TODO detail test <li> Testing at rolls (before free roll): </li> * Test brakes and steering at speed (push buggy fast on side walk, have it break after buggy stops release breaks and reapply them a few seconds later, effectively capes) * Push buggy through Chute at speed * test Estop at a random point along walk around * walk the buggy around the course and ensure that the buggy behaves properly * Run system test: * ensure GPS lock ( location is correct) * ensure getting camera feed from all three webcams * ensure encoders are reporting (spin wheel a set distance and see if it matches predicted) * ensure IMU is reporting (turn buggy 180 degrees and ensure that values match) * Check lights, * Check Servo goes to desired locations,
</ol>
RoboBuggy (pushing code ain't all we do)