1 Star 0 Fork 2

SamuelJohnson / Groot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Build Status

Groot

Groot is a Graphical Editor, written in C++ and Qt, to create BehaviorTrees.

It is compliant with the the library BehaviorTree.CPP.

Groot Editor

In the following video you can see how the C++ library and the graphic user interface are used to design and monitor a Behavior Tree.

MOOD2Be

Dependencies, Installation, and Usage

To compile the project you need:

  • CMake 3.2
  • Qt5 (tested with version 5.5.1), including the SVG module.

On Ubuntu Xenial or later, you can install the dependencies with:

   sudo apt install qtbase5-dev libqt5svg5-dev libzmq3-dev libdw-dev

Some functionalities of the code related to ROS will work only if the project is compiled with with catkin.

Compilation instructions (Linux)

   git clone https://github.com/BehaviorTree/Groot.git
   cd Groot
   git submodule update --init --recursive
   mkdir build; cd build
   cmake ..
   make

Note compiling "in-source" is not allowed.

Compilation instructions (ROS)

   mkdir -p catkin_ws/src
   cd catkin_ws/src
   git clone https://github.com/BehaviorTree/Groot.git
   cd ..
   rosdep install --from-paths src --ignore-src
   catkin_make  

Licence

Copyright (c) 2018-2019 FUNDACIO EURECAT

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Acknowledgment

This project is one of the main components of MOOD2Be, and it is developed at Eurecat by Davide Faconti.

MOOD2Be is one of the six Integrated Technical Projects (ITPs) selected from the RobMoSys first open call.

It received funding from the European Union’s Horizon 2020 Research and Innovation Programme under the RobMoSys project.

空文件

简介

https://github.com/BehaviorTree/Groot 的镜像,BehaviorTree.CPP 的可视化编辑器。 展开 收起
C++ 等 3 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/windavatar/Groot.git
git@gitee.com:windavatar/Groot.git
windavatar
Groot
Groot
master

搜索帮助