ardabbour / easy-baxter

A collection of useful scripts for the operation of the Baxter Research Robot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EASY BAXTER

A collection of useful scripts for the operation of the Baxter Research Robot.

Dependencies

Dependency Version Tested On
Ubuntu 16.04
ROS Kinetic Kame
Python 2.7.15
pybullet 2.5.1
numpy 1.16.4
OpenCV 4.1.0.25

About

This repository is a ROS package that contains several scripts that

  • simplify the usage of main Baxter functions,
  • allow the control of the Baxter end-effector using the keyboard,
  • publish the feed of an external camera through ROS,
  • help find the HSV values needed for simple color filtering, and
  • perform pick and place.

Usage

The scripts are meant to be modified for individual usage, whereas easy_baxter.py provides a high-level, simplified API for new scripts.

Contributing

Contributions of all sorts including bug fixes, feature additions, etc. are welcome and encouraged. First, raise an issue, then follow with a pull request.

License

GNU General Public License v3.0.

About

A collection of useful scripts for the operation of the Baxter Research Robot.

License:GNU General Public License v3.0


Languages

Language:Python 97.8%Language:CMake 2.2%