splintered-reality / py_trees

Python implementation of behaviour trees.
Other
416 stars 140 forks source link

[behaviours|decorators|composites] abstract base classes #375

Closed stonier closed 1 year ago

stonier commented 1 year ago

Resolves #224.

Also clamps down on use of update() for composites. Relates to #268.