rayvburn / hubero

HuBeRo - a Framework to Simulate Human Behaviour in Robot Research
https://github.com/rayvburn/hubero
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

decompose complex tasks #28

Open rayvburn opened 2 years ago

rayvburn commented 2 years ago

E.g. SitDown should not consist of MoveToGoal -> SitDown -> Sitting -> StandingUp -> Standing. A better approach would use MoveToGoal, SitDown and StandUp (separately) - user has better control over scenario execution then.

rayvburn commented 2 years ago

Such a decomposition disallows creation of object-oriented tasks, e.g. actor following robot while 'talking'