Groot icon indicating copy to clipboard operation
Groot copied to clipboard

Graphical Editor to create BehaviorTrees. Compliant with BehaviorTree.CPP

Results 86 Groot issues
Sort by recently updated
recently updated
newest added

Added tooltips to the lower left "parameters" table. (for "Port Id" and"Description") ![groot_tooltip](https://user-images.githubusercontent.com/78188579/138190321-7906aaa4-bd32-4367-b002-e4e54dff6585.png)

This is unexpected since it always clears all of the subtree __shared_blackboard regardless of whether they were modified or not.

If you create an action and then modify it to become a subtree (by right clicking it in the left menu and clicking "edit"), you insert it in the main...

This allows saving to a parent tree with subtrees that are imported. This doesn't load subtrees or save subtrees in external files. Manual local import statements are persisted

If there are many sub-trees in a given unified tree, it is difficult to navigate the tab bar. This PR adds functionality to change the active tab in the tab...

It would be very nice if we could visualize the behavior tree not collapsed when using the replay and monitor mode. This would enable the user to not get lost...

Hi, i have met build Groot PKG problem based on ROS2-foxy. The error display below: /home/wilsion/dev_ws/src/Groot/QtNodeEditor/src/NodeState.cpp: In member function ‘QtNodes::NodeState::ConnectionPtrSet QtNodes::NodeState::connections(QtNodes::PortType, QtNodes::PortIndex) const’: /home/wilsion/dev_ws/src/Groot/QtNodeEditor/src/NodeState.cpp:51:34: warning: comparison of integer expressions of...

I am trying to understand what each node in Groot does. I couldn't find information about some of them in the documentation. For example I do not understand what "BlackboardCheckString",...

Groot DO NOT support the xml with 'include' tag

This fixes the build for Windows. Here is a short summary of the changes: - Vcpkg uses the `libzmq` target, so if that target exists, I use that instead -...