The BTs-Update algorithm is developed based on https://btirai.github.io/youbot.
- Install Dependencies:
Open terminal:
sudo apt-get install build-essential libgl1-mesa-dev python3-tk qtdeclarative5-dev - Download & install V-REP(CoppeliaSim):
https://www.coppeliarobotics.com/previousVersions (Recommended version: 3.6.2) - Compile BTs_Update:
cd LLM_BT/BTs_Update
mkdir build & cd build
cmake ..
make - Run V-REP:
Open terminal:
go to V-REP directory
./vrep.sh
File->Open Scene:
LLM_BT/LLM_BT_Scene.ttt
Press Play icon - Run Parser & BTs_Update:
Open terminal:
cd LLM_BT/Parser
python3 parser.py