Skip to content

Instantly share code, notes, and snippets.

@roncapat
Last active March 5, 2019 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roncapat/92b6d76c29e5ad35e0647bc6c8c5630f to your computer and use it in GitHub Desktop.
Save roncapat/92b6d76c29e5ad35e0647bc6c8c5630f to your computer and use it in GitHub Desktop.
GBI installer
# Install git
sudo apt install -y git
# Create workspace and clone whole project
mkdir ~/sofar_ws
cd ~/sofar_ws
git clone https://github.com/EmaroLab/gesture_based_interface.git src
cd src
git submodule init
git submodule update
# Install required stuff
. prerequisites.sh
. ~/.bashrc
cd ~/sofar_ws
# Issue first clean build - It will probably fail at some point
# due to not yet accepted android sdk licenses
. src/clean_build.sh
# Link baxter environment loader
ln -s src/_dependencies/baxter/baxter/baxter.sh
ln -s src/build.sh
ln -s src/clean_build.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment