hello-robot / stretch_body

Python packages to interact with the hardware of the Stretch mobile manipulators from Hello Robot Inc.
https://docs.hello-robot.com/0.2/stretch-tutorials/stretch_body/
26 stars 25 forks source link

Order actuator checks to report stepper mismatch first #336

Closed hello-binit closed 2 months ago

hello-binit commented 3 months ago

Currently, the sys check tool doesn't report stepper mismatches if the robot isn't homed. But likely, the robot can't home if there's a stepper mismatch. To surface this issue, the ordering of the checks should be changed. This PR fixes the issue.