Skip to content
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

art_brain, art_projected_gui: Use ProgramArray instead of Program #44

Closed
5 tasks done
ZdenekM opened this issue Nov 30, 2016 · 2 comments
Closed
5 tasks done

art_brain, art_projected_gui: Use ProgramArray instead of Program #44

ZdenekM opened this issue Nov 30, 2016 · 2 comments
Assignees

Comments

@ZdenekM
Copy link
Member

ZdenekM commented Nov 30, 2016

Using ProgramArray.msg instead of Program.msg (Program.msg will serve as container for logically related instructions (program block) - e.g. assembly of one side of the trolley)

  • Rewrite DB art_db: Rewrite #42
  • Write helper class to deal with Program/ProgramBlock/ProgramItem
  • Integrate it in art_brain
  • update interface_state_manager
  • Integrate it in art_projected_gui
@ZdenekM ZdenekM added this to the trolley-assembly milestone Nov 30, 2016
@ZdenekM ZdenekM mentioned this issue Nov 30, 2016
3 tasks
@ZdenekM
Copy link
Member Author

ZdenekM commented Dec 9, 2016

  • art_brain now assumes that ProgramItem id is unique - but the item should be identified by block id + item id
  • art_projected_gui only display the first program block

@ZdenekM
Copy link
Member Author

ZdenekM commented Dec 14, 2016

@ZdenekM ZdenekM closed this as completed Mar 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants