GithubHelp home page GithubHelp logo

rbe-4815-nerf-blaster's Introduction

RBE-4815-Nerf-Blaster

Autonomous control of ABB robot arm to fire nerf blaster at intruders

Scripted Workspace Setup

sudo usermod -a -G dialout $USER
cd ~/Downloads
# download the bash file
sudo chmod +x nerf_workspace_setup.bash
./nerf_workspace_setup.bash

Workspace Setup

sudo usermod -a -G dialout $USER
sudo rosdep init
rosdep update
source /opt/ros/indigo/setup.bash
sudo apt-get -y install python-rosinstall
echo source /opt/ros/indigo/setup.bash >> ~/.bashrc
mkdir -p ~/nerf_workspace/src
cd ~/nerf_workspace/src
catkin_init_workspace
cd ~/nerf_workspace/
catkin_make
source devel/setup.bash
echo source ~/nerf_workspace/devel/setup.bash >> ~/.bashrc
echo alias nerfhome="'cd ~/nerf_workspace/src/nerf/'" >> ~/.bashrc
echo alias nerfmake="'catkin_make install -DCMAKE_INSTALL_PREFIX:PATH=~/nerf_workspace/install -C ~/nerf_workspace -DCMAKE_BUILD_TYPE=Release'" >> ~/.bashrc
echo alias nerfeclipse="'catkin_make --force-cmake -G\"Eclipse CDT4 - Unix Makefiles\" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_ECLIPSE_MAKE_ARGUMENTS=-j8 -C ~/nerf_workspace'" >> ~/.bashrc
. ~/.bashrc
cd ~/nerf_workspace/src
git clone https://github.com/wjwwood/serial.git
cd ~/nerf_workspace/
catkin_make
cd ~/nerf_workspace/src
wstool init
wstool set nerf https://github.com/ChrisBove/RBE-4815-Nerf-Blaster --git
. ~/.bashrc
wstool update
. ~/.bashrc
cd ~/nerf_workspace/
catkin_make
. ~/.bashrc

rbe-4815-nerf-blaster's People

Contributors

chrisbove avatar

Watchers

James Cloos avatar  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.