You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Design a flexible test harness for performing tests on various subsystems.
Example: A test for the brake modules could involve repeated clamp/release cycles of a brake module. The brake module would be connected to an Arduino or a Paradigm Node Board and would run some firmware written by us. The firmware would be communicating with a Host Computer/Server over USB or Ethernet or some other medium. That host computer would also have some form of application to archive the test results.
Things to think about:
What drives the test? The Arduino or the Host Computer?
What is the communication mechanism (USB, Ethernet, Other)
Where/how are the test results stored? Look at existing test results storage mechanisms.
This isn't "think about the specific tests to run" but "what is the unified architecture of the framework and harness to use across all submodule tests". It is important to keep things consistent and unified to make data analysis easy.
The text was updated successfully, but these errors were encountered:
Design a flexible test harness for performing tests on various subsystems.
Example: A test for the brake modules could involve repeated clamp/release cycles of a brake module. The brake module would be connected to an Arduino or a Paradigm Node Board and would run some firmware written by us. The firmware would be communicating with a Host Computer/Server over USB or Ethernet or some other medium. That host computer would also have some form of application to archive the test results.
Things to think about:
This isn't "think about the specific tests to run" but "what is the unified architecture of the framework and harness to use across all submodule tests". It is important to keep things consistent and unified to make data analysis easy.
The text was updated successfully, but these errors were encountered: