Giter Site home page Giter Site logo

bt_template's Introduction

BT_Sample PKG

1

Table of Contents

Behavior Tree Setup

Install Groot 2

.run 파일을 설치 후 권한을 부여 후 실행

wget https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-v1.5.2-linux-installer.run
chmod +x Groot2-v1.5.2-linux-installer.run 
./Groot2-v1.5.2-linux-installer.run

Launch Groot 2

cd ~/Groot2/bin
./groot2

다음 명령어를 통해 groot 로 단축키를 만들어 사용할 수 있습니다.

echo "alias groot='cd ~/Groot2/bin ; ./groot2'" >> ~/.bashrc

Install BehaviorTree.CPP (Optional)

전역적으로 사용할 수 있도록 설치합니다.

cd ~/ros2_ws/src
git clone https://github.com/BehaviorTree/BehaviorTree.CPP
sudo apt install libzmq3-dev libboost-dev qtbase5-dev libqt5svg5-dev libzmq3-dev libdw-dev
cd ~/ros2_ws/src/BehaviorTree.CPP
mkdir build && cd build
cmake ..
sudo make -j8 install

Build Behavior Tree Sample PKG

cd ~/ros2_ws/src
git clone https://github.com/AuTURBO/bt_template.git
cd ~/ros2_ws 
colcon build

Run Behavior Tree Sample PKG

Groot2 Launch

~/Groot2/bin/groot2

Behavior Tree Sample PKG Launch

source ~/ros2_ws/install/local_setup.bash
ros2 run bt_sample bt_node

bt_template's People

Contributors

ggh-png avatar kimdoyoung1997 avatar shkwon98 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.