py_trees icon indicating copy to clipboard operation
py_trees copied to clipboard

Make Composite an abstract class

Open amandazhuyilan opened this issue 4 years ago • 1 comments

Composite(behaviour.Behaviour) should be implemented as an abstract (ABC) class. Users will confuse this as a valid type of composite when setting up a pytree (and end up getting INVALID state when running the tree).

amandazhuyilan avatar Sep 10 '19 22:09 amandazhuyilan

:+1:

stonier avatar Sep 18 '19 13:09 stonier