WafaJohal / rapid_pbd

A programming by demonstration system for the Fetch, PR2, and Baxter robots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rapid PbD

Build Status

Rapid PbD is a programming by demonstration (PbD) system for the PR2, Fetch, and Baxter robots. The goal of the system is to provide an easy way to program manipulation actions that can be used in other applications.

Getting started

Program model

Users use the Rapid PbD interface to create programs. A program is represented using the rapid_pbd_msgs/Program msg. The system provides an actionlib interface for running programs.

A program consists of a sequence of steps, and each step consists of one or more actions. There can be different types of actions, including moving the arm, moving the head, and detecting tabletop objects. The actions of a step are run in parallel, but the steps run in sequence. For example, in one step, you can point the head down and move the robot's arms to the side, and in the next step, you can detect tabletop objects.

About

A programming by demonstration system for the Fetch, PR2, and Baxter robots.

License:MIT License


Languages

Language:HTML 87.3%Language:C++ 10.6%Language:CMake 1.1%Language:JavaScript 0.6%Language:Python 0.4%Language:Shell 0.0%