Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsteadman committed Jun 30, 2015
1 parent b99ec5f commit 153ed9a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This repository contains code for an interactive console that allows
you to send commands to Baxter, including starting teleoperation.
Commands can be queued or interrupted for seamless operation. Also
supports playback of joint positions or images as specified in CSV files.

##### Setup:

Expand Down Expand Up @@ -33,7 +35,9 @@ Finally, enable the robot and start the console.
You can then run commands at the `>>>` prompt.

### Commands:
- list
- of
- commands
- `baxter.idle()` cease teleoperation and move to an idle position (as specified by csv file)
- `baxter.standby()` move baxter to the 'psi' kinect calibration pose
- `baxter.start_teleoperation(transition)` execute one of three transitions to teleoperation, 0=immediate, 1=with animation, 2=with image
- `baxter.queue_state(dict)` queue images or motions
- `baxter.send_image(path)` display an image on baxter's face

0 comments on commit 153ed9a

Please sign in to comment.