-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
motor/outputPart of the series of issues regarding output/motor controlPart of the series of issues regarding output/motor control
Milestone
Description
Develop a motor API that abstracts low level motor commands thus allowing easy control via easy commands like setSpeed etc.
Have essential functions like (not all are listed)
- initializeMotor()
- setMotorPosition() / getMotorPosition()
- setMotorTorque() / getMotorTorque()
- Have the appropriate error handling for communication failures
- Test API functionality thoroughly through manual testing and unit tests
- include a test file (look for instructions on Gtest in repo) that is automatically triggered within the build pipeline
Success Criteria:
- Working Motor API that provides high level way to communicate with motors
- API supports control of multiple motors
- Test file is executed as part of build pipeline
Reactions are currently unavailable
Metadata
Metadata
Labels
motor/outputPart of the series of issues regarding output/motor controlPart of the series of issues regarding output/motor control
Type
Projects
Status
Backlog