Skip to content

runjerry/social_bot

 
 

Repository files navigation

SocialBot

A python environment for developing interactive learning agent with language communication ability.

Install dependency

SocialBot is based on top of Gazebo simulator. You need to install Gazebo first using the following command:

curl -sSL http://get.gazebosim.org | sh

To compile

cd REPO_ROOT
mkdir build
cd build
cmake ..
make -j

To run test

cd REPO_ROOT/socail_bot
PYTHONPATH=`pwd`/../build/social_bot GAZEBO_PLUGIN_PATH=`pwd`/../build/social_bot python test.py

Trouble shooting

You need make sure the python you use matches the python found by cmake. You can check this by looking at REPO_ROOT/build/CMakeCache.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 76.3%
  • Python 10.0%
  • Shell 7.5%
  • CMake 6.2%