Skip to content

bosch-transfer-commit/improve-abt

Max Bauer requested to merge bosch-transfer-commit/improve-abt into master

Improved the ABT due to a valuable discussion with @rparisha2:

  1. Blackboard can now share also all type of data. not only shared_ptrs
  2. Blackboard methods (lookUp/declare) are now aligned with normal STL containers (get/set)
  3. Conditions can be now combined with operators AND OR and NOT
  4. All Nodes use now the same Conditions (Wait, Until, ConditionNode...)
  5. Updated the style guide of member variables for ABT

Merge request reports