Coder Social home page Coder Social logo

boba_bot's Introduction

EE106a_Final_Project

ROS code to control a boba drink mixing Baxter Robot

ROS Setup Instructions

READ BEFORE CLONING THIS REPO

I assume you already have ROS setup

  1. Create a folder for your ROS workspace. Make sure it includes a src subfolder.
  • Ex: mkdir -p ~/ee106a_final/src
  1. cd ~/ee106a_final/src
  2. catkin_init_workspace
  3. Clone this repo. git clone https://github.com/yizow/boba_bot.git
  • Feel free to use ssh to clone if you have ssh-keys setup.
  1. cd ~/ee106a_final/
  2. catkin_make

Setting up ar_tags

  1. To start a camera, simply call roslaunch launch file that corresponds to the camera you want to turn on (Ex: head_camera.launch).
  2. To verify this is working, you can call roslaunch image_view image_view image:=/cameras/head_camera/image (Or /cameras/left_hand_camera/image)
  3. Since head cameras are not calibrated correctly, you must run ./headsub.py which is in the src folder to re-broadcast all ar_tag values that's read from the head camera, by calling ./headsub.py. This reads the conf.py file to determine which ar tags are being used and rebroadcasts them.
  4. You will also need to download the ar_track_avalar package, which you can follow lab instructions for.

Changing ingredients/ Menu

Modify the ingredient_list or menu_list in conf.py

Boba Bot Usage

LAUNCH FILES WOO

  1. Source devel/setup.sh
  2. roslaunch boba_bot boba_bot.launch
  3. A new terminal will automatically open, waiting for Baxter commands.

boba_bot's People

Contributors

yizow avatar tomoyaogura avatar alramech avatar

Watchers

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