Skip to content

jacknlliu/costar_stack

 
 

Repository files navigation

CoSTAR

Collaborative System for Task Automation and Recognition

Build Status

CoSTAR is an end-user interface for authoring robot task plans developed at Johns Hopkins University. It includes integrated perception and planning capabilities, plus a Behavior Tree based user interface.

Our goal is to build a system which facilitates end-user instruction of robots to solve a variety of different problems. CoSTAR allows users to program robots to perform complex tasks such as sorting, assembly, and more. Tasks are represented as Behavior Trees. For videos of our system in action, you can check out the CoSTAR YouTube Channel.

To take full advantage of CoSTAR, you will need an RGB-D camera and supported hardware:

  • a KUKA LBR iiwa or Universal Robots UR5
  • a Robotiq 3-finger gripper or 2-finger gripper
  • a Da Vinci Research Kit -- in development.

This is a project by members of the JHU Laboratory for Computational Sensing and Robotics, namely Chris Paxton, Kel Guerin, Andrew Hundt, and Felix Jonathan. If you find this code useful, please cite:

@article{paxton2016costar,
  title={Co{STAR}: Instructing Collaborative Robots with Behavior Trees and Vision},
  author={Paxton, Chris and Hundt, Andrew and Jonathan, Felix and Guerin, Kelleher and Hager, Gregory D},
  journal={arXiv preprint arXiv:1611.06145},
  year={2016}
}

Interested in contributing? Check out the development guidelines

Installation

Check out installation instructions.

We are working on experimental install scripts:

Tests

Run the IIWA test script:

rosrun costar_bringup iiwa_test.py

It will start gazebo and move the arm to a new position. If this test passes, CoSTAR is set up right.

There is a more detailed startup guide.

CoSTAR Packages

  • Bringup: launch files, RVIZ configurations, et cetera
  • Component: generic tools for non-specific CoSTAR components.
  • Instructor: user interface
  • Librarian: file management
  • Predicator: robot knowledge management
  • Perception: semantic segmentation and object detection via SP Segmenter
  • Robot: utilities and services allowing high-level control of the robot and integrating these behaviors into the UI. Contains the CostarArm component.
  • Gripper: utilities for integrating different grippers into UI
  • Tools: packages used for data collection, maintaining MoveIt planning scene, and other purposes

Contact

CoSTAR is maintained by Chris Paxton (cpaxton@jhu.edu).

Other core contributors include:

  • Felix Jonathan
  • Andrew Hundt

About

Integrated ROS capabilities for planning, predicate inference, gripper control, and perception for use with the KUKA LBR IIWA and Universal Robots.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 50.8%
  • Python 35.9%
  • CMake 9.9%
  • C 3.1%
  • Makefile 0.1%
  • Shell 0.1%
  • MATLAB 0.1%