Git Product home page Git Product logo

ee106a-sawyeraser's Introduction

ee106a-baxteraser

Baxter will erase your whiteboards

Dependencies (aka what we're using for our workstation)

  • Ubuntu 14.04.5 LTS
  • ROS Indigo Igloo
  • Baxter Research Robot

I will defer to other resources regarding installing the above. I can only guarantee running the steps below will work, granted you are working in Cory 111, UC Berkeley.

Setup

In your .bashrc, add the following

  1. source /opt/ros/indigo/setup.bash
    • This runs a ROS-specific configuration script every time you open a new terminal which sets several environment variables that tell the system whre the ROS installation is located.
  2. source /scratch/shared/baxter_ws/devel/setup.bash
    • This allows us to use packages from the Baxter SDK, which in our case located in the /scratch/shared directory.
  3. export ROS_HOSTNAME=$(hostname --short).local
    • Honestly, I'm not entirely sure why we do this. I assume this is so Baxter knows who it's talking to.
  4. export ROS_MASTER_URI=http://<Baxter-IP-Address>:11311
    • This is so your RViz can find your robot

Make sure you re-source your .bashrc upon making this changes. Now, onto building the project!

Build

  1. In the root directory, run catkin_make to build the project
  2. "Source devil" as we like to say it, to use the non-built-in package created in this project by running source devel/setup.bash.

ee106a-sawyeraser's People

Contributors

elliotzlin avatar

Watchers

 avatar Ubaldo Bravo-Hernandez Jr 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.