Robotic-Decision-Making-Lab / angler

ROS 2 framework for lightweight autonomous underwater vehicle manipulator systems
https://robotic-decision-making-lab.github.io/angler/
MIT License
11 stars 1 forks source link

[FEATURE]: Replace py_trees with BehaviorTree.Cpp #24

Open evan-palmer opened 10 months ago

evan-palmer commented 10 months ago

Feature Type

Changing existing functionality in Angler

Problem Description

I am not fully convinced that this needs to happen because I do like py_trees quite a bit, although the industry seems to be moving towards the use of BehaviorTree.Cpp. This does look like a pretty nice framework though, and py_trees seems to be losing support.

Feature Description

Replace the py_trees behavior tree implementation with BehaviorTree.Cpp

Alternative Solutions

No response

Additional Context

No response