-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(motion-control): handle motor driver errors (#716)
* Adds interrupt for motor driver. Successfully built gantry firmware * Updated other apps to work with MotionController refactor and new messages * messaging with robot-server working * working prototype * debug update * clean up * cleanup and fixed tests * test and simulator build changes * format * fixed test and lint errors * formatted * fixed lint errors * PR review fixes part 1 * PR review changes part 2 * lint fixes * PR review changes part 3 * made comments * lint and build fixes * format * PR review changes part 3 * change for debugging * debugging commit * cleanup * testing updates * testing proposed fix * commit for debug * debug change * debounce for debug * debounce update * fix * debug fix * debug changes * debug update * debug update * debug update * debug change * debug change * debug update * debug changes * debug update * debug change * debug changes * cleanup * proposed refactor * format * set up motor driver error surfacing on z-axis board * formatted * updated message naming * implemented motor driver error surfacing for head board * added debounce * cleaned up logic * moved delay * added send_from_isr method * formatted * fixed tests and HAL_GPIO_EXTI_Callback * pipette motor driver error surfacing * pipette subsystem fixes * refactored debounce mechanism, changed existing-error-present message, cleaned up motion controller code * finished pipette subsystem implementation for testing * updated overtemp settings for gantry testing * finalized driver configs * formatted * PR review comment fixes * removed comments * update pipette motor_interrupt_handler * fixed cross-compile issue * formatted * increased build-and-test timeout to 20 min
- Loading branch information
1 parent
34c52a3
commit 762d6d5
Showing
105 changed files
with
1,501 additions
and
386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.