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

redesign `TaskBase` class #22

Open rayvburn opened 2 years ago

rayvburn commented 2 years ago

Lack of possibility to mark template method as virtual led to create an ugly workaround

Symptom: base class request methods got called each time, instead of derived class'