{"id":13548194,"url":"https://github.com/BehaviorTree/Groot","last_synced_at":"2025-04-02T20:31:53.785Z","repository":{"id":37789425,"uuid":"137749316","full_name":"BehaviorTree/Groot","owner":"BehaviorTree","description":"Graphical Editor to create BehaviorTrees. Compliant with BehaviorTree.CPP","archived":false,"fork":false,"pushed_at":"2025-02-28T18:01:01.000Z","size":3265,"stargazers_count":786,"open_issues_count":66,"forks_count":249,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-04-01T10:06:26.093Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BehaviorTree.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"facontidavide","custom":"https://www.paypal.me/facontidavide"}},"created_at":"2018-06-18T12:31:25.000Z","updated_at":"2025-04-01T00:55:27.000Z","dependencies_parsed_at":"2024-02-10T14:29:15.956Z","dependency_job_id":"461abca1-c9b8-43cc-b9e4-2cf6c7548fc7","html_url":"https://github.com/BehaviorTree/Groot","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BehaviorTree%2FGroot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BehaviorTree%2FGroot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BehaviorTree%2FGroot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BehaviorTree%2FGroot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BehaviorTree","download_url":"https://codeload.github.com/BehaviorTree/Groot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246888215,"owners_count":20850212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T12:01:07.010Z","updated_at":"2025-04-02T20:31:53.747Z","avatar_url":"https://github.com/BehaviorTree.png","language":"C++","funding_links":["https://github.com/sponsors/facontidavide","https://www.paypal.me/facontidavide"],"categories":["C++","Behavior and Decision","others"],"sub_categories":["Vector Map","SLAM"],"readme":"[![Build Status](https://travis-ci.org/BehaviorTree/Groot.svg?branch=master)](https://travis-ci.org/BehaviorTree/Groot)\n\n# DEPRECATION notice\n\nGroot is being rewritten from the ground up (https://www.behaviortree.dev/groot). \nThis repository will be in \"maintenance mode\" and won't receive any significant update. \nIssues will **not** be addressed by the main author but, occasionally, Pull Requests **might** be checked and merged.\n\n**Groot 1.0 is compatible only with BehaviorTree.CPP 3.8.x**, and it is not expected to \nwork correctly with BehaviorTree.CPP 4.x.\n\nGroot 2.0 introduces many new functionalities and compatibility with BT.CPP 4.0.\n\n**If you use Groot at work** and you want to know how we are redesigning it to be more flexible, \nreliable, fast and scalable, get in touch with the main author: dfaconti@aurynrobotics.com.\n\n# Groot \n\n**Groot** is a Graphical Editor, written in C++ and Qt, to create [BehaviorTrees](https://en.wikipedia.org/wiki/Behavior_tree).\n\nIt is compliant with the the library [BehaviorTree.CPP](https://github.com/BehaviorTree/BehaviorTree.CPP).\n\n[![Groot Editor](groot-screenshot.png)](https://vimeo.com/275066768)\n\n\nIn the following video you can see how the C++ library and\nthe graphic user interface are used to design and monitor a Behavior Tree.\n\n[![MOOD2Be](video_MOOD2Be.png)](https://vimeo.com/304651183)\n\n\n# Dependencies, Installation, and Usage\n\nTo compile the project you need:\n\n- [CMake 3.2](https://cmake.org/download)\n- Qt5 (tested with version 5.5.1), including the SVG module.\n\nOn Ubuntu Xenial or later, you can install the dependencies with:\n\n       sudo apt install qtbase5-dev libqt5svg5-dev libzmq3-dev libdw-dev\n      \nSome functionalities of the code related to ROS will work __only__ if the\nproject is compiled with _catkin_.\n\n## Compilation instructions (Linux)\n\n```\ngit clone --recurse-submodules https://github.com/BehaviorTree/Groot.git\ncd Groot\ncmake -S . -B build\ncmake --build build\n```\n       \n Note compiling \"in-source\" is not allowed.   \n \n ## Compilation instructions (ROS/ROS2)\n\n**Discouraged**\n\nIf you want to compile using `catkin build`(ROS) or `colcon_build` (ROS2)\nthen you must be sure that version 3.8.x is used (branch V3.8).\n\nYou may probably want to compile BehaviorTree.CPP in the same workspace.\n\n```\ngit clone --branch v3.8 https://github.com/BehaviorTree/BehaviorTree.CPP.git\n```\n\n# Licence       \n\nCopyright (c) 2018-2019 FUNDACIO EURECAT \n\nPermission is hereby granted, free of charge, to any person obtaining a \ncopy of this software and associated documentation files (the \"Software\"), \nto deal in the Software without restriction, including without limitation \nthe rights to use, copy, modify, merge, publish, distribute, sublicense, \nand/or sell copies of the Software, and to permit persons to whom the \nSoftware is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included \nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS \nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL \nTHE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER \nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING \nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER \nDEALINGS IN THE SOFTWARE.\n\n  \n# Acknowledgment\n\nThis project is one of the main components of [MOOD2Be](https://eurecat.org/es/portfolio-items/mood2be/),\nand it is developed at [Eurecat](https://eurecat.org) by Davide Faconti.\n\nMOOD2Be is one of the six **Integrated Technical Projects (ITPs)** selected from the [RobMoSys first open call](https://robmosys.eu/itp/). \n\nIt received funding from the European Union’s Horizon 2020 Research and Innovation Programme\nunder the RobMoSys project.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBehaviorTree%2FGroot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBehaviorTree%2FGroot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBehaviorTree%2FGroot/lists"}