We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor NIBO robots (BOB3, ROB3RTA) to adhere to the structure laid out for other Arduino robots. Related issue: #1163
Bob3UsedHardwareCollector*
Bob3UsedMethodCollector*
NIBOValidatorAndCollector*
The text was updated successfully, but these errors were encountered:
Issue #1258: refactor NIBO robots' (BOB3 and ROB3RTA) visitor/worker …
bd7107a
…structure: - add NIBOValidatorAndCollectorVisitor and NIBOValidatorAndCollectorWorker for validation. - update bob3 and rob3rta .properties files. - remove old (separately used) bob3 visitors/workers. - add *ValidatorAndCollector* visitors/workers for bob3/rob3rta. - update sensor-reads.xml for bob3.
7091450
RaghuvirShirodkar
Successfully merging a pull request may close this issue.
Refactor NIBO robots (BOB3, ROB3RTA) to adhere to the structure laid out for other Arduino robots.
Related issue: #1163
TASKs
Bob3UsedHardwareCollector*
,Bob3UsedMethodCollector*
visitor/worker intoNIBOValidatorAndCollector*
visitor/worker.TESTs
The text was updated successfully, but these errors were encountered: