-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
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 NXT Visitor/Worker #1271
Labels
Comments
20 tasks
RaghuvirShirodkar
added a commit
that referenced
this issue
Apr 21, 2022
- add NXTValidatorAndCollector* visitor/worker. - add NXTSimValidatorAndCollector* visitor/worker. - remove UsedHardware* visitor/worker. - remove UsedMethod* visitor/worker. - restructure INxtVisitor and NxtMethods. - fix tests. add
RaghuvirShirodkar
added a commit
that referenced
this issue
Apr 21, 2022
- add NXTValidatorAndCollector* visitor/worker. - add NXTSimValidatorAndCollector* visitor/worker. - remove UsedHardware* visitor/worker. - remove UsedMethod* visitor/worker. - restructure INxtVisitor and NxtMethods. - fix tests.
7 tasks
RaghuvirShirodkar
added a commit
that referenced
this issue
Apr 21, 2022
- add NXTValidatorAndCollector* visitor/worker. - add NXTSimValidatorAndCollector* visitor/worker. - remove UsedHardware* visitor/worker. - remove UsedMethod* visitor/worker. - restructure INxtVisitor and NxtMethods. - fix tests.
bjost2s
pushed a commit
that referenced
this issue
Apr 25, 2022
- add NXTValidatorAndCollector* visitor/worker. - add NXTSimValidatorAndCollector* visitor/worker. - remove UsedHardware* visitor/worker. - remove UsedMethod* visitor/worker. - restructure INxtVisitor and NxtMethods. - fix tests.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refactor NXT to adhere to the structure laid out for other robots.
TASKs
NxtUsedHardwareCollector*
,NxtUsedMethodCollector*
visitor/worker intoNxtValidatorAndCollector*
visitor/worker.NxtSimValidatorAndCollector*
visitor/worker.TESTs
The text was updated successfully, but these errors were encountered: