Write documentation that says what to look at in logs after you snag them from the robot.
Some examples:
Does drivetrain current draw follow operator commands?
Are the two motors on a side of the drivetrain pulling about the same amount of current?
Overall current draw - does it ever get too high?
Wheel speeds -are the encoder readings reasonable? Are the signals dropping in and out?
Part 2:
Write a script to do the checking and output "pass/fail". Print the reason for failure.
Part 1:
Write documentation that says what to look at in logs after you snag them from the robot.
Some examples:
Does drivetrain current draw follow operator commands? Are the two motors on a side of the drivetrain pulling about the same amount of current? Overall current draw - does it ever get too high? Wheel speeds -are the encoder readings reasonable? Are the signals dropping in and out?
Part 2: Write a script to do the checking and output "pass/fail". Print the reason for failure.