@csharper had some questions about bot development, so I expanded the development guide and example bots / templates to answer these:
These questions were driving a lot of progress and the whole process took more than two weeks. Following are some of the results of answering @csharpers questions:
-
Improvement of the file structure in the example bots and templates.
Bot.elm
as a common entry point. -
Extension of the development guide to illustrate the overall bot architecture.
-
Simplified repository structure to help the code examples.
-
Addition of the bot template
send-input-to-window
: bots/implement/templates/send-input-to-window at main · Viir/bots · GitHub -
Addition of the bot template
locate-object-in-window
: bots/implement/templates/locate-object-in-window at main · Viir/bots · GitHub -
Extension of the development guide to explain testing of sensor parts of bots and how these are coded.