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

On macOS, `zmq.hpp` comes from a separate package -- cppzmq. So in order to build on macOS, cppzmq needs to be linked in, not plain zmq. This change fixes this...

I tried a minimal working example of the tutorial [here](https://www.behaviortree.dev/xml_format/#include-external-files) to include external files into a behavior tree. When replicating the tutorial and trying to load the maintree.xml file, groot...

### Why I kinda misunderstood the whole SubTree building which resulted in me getting a segmentation fault. To make it easier to debug for others I added a warning dialog...

Hi, If you create a SubTree with at least one node having a long port name, that node will be shown as the right-most node in the main tree once...

Feature: add a command line argument to have groot autoconnect on launch. I would like to launch groot from a roslaunch service and have it autoconnect to the behaviortree node...

When using groot in "Log Replay" it is possible to right click into the behavior-tree and get a filter drop-down menue. From there it is possible to select actions/leafes etc....

This porbably breaks other build configurations (?), but msvc works now. Build was tested using VisualStudio's "Open Folder" option and using vcpkg to get the dependencies. The reason for this...

**Reproduction Steps** Create any tree, an example is ``` ``` Right click on the sequence, create subtree, and name it the same as something from the palette. I chose "SetBlackboard"...

When compiling on ROS1 but using colcon, catkin was not being detected. This adds a check for catkin similar to the way it's done for ament in addition to the...

Deleting a node by right-clicking on a connection point causes the program to crash. I guess because in that situation you are left with a hanging connection that still points...