Wobbler Example

From sdk-wiki
Revision as of 15:35, 29 July 2014 by Sdkuser (talk | contribs) (Changed protection level for "Wobbler Example": Setting Permissions for (almost all) Pages - editable and moveable by all logged in users ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Joint Velocity Control

Summary

Use wobbler as an example of controlling Baxter using joint velocity control.

Code Walkthrough

Wobbler - Code Walkthrough

Overview

There are two modes of control for Baxter's arms, joint position and joint velocity control. This example 'wobbles' both arms by driving each joint's velocity according to a sinusoid around a neutral position. The example shows how to set velocity control mode and read joint states at 1000Hz

Usage

Start wobbler from an RSDK terminal session using:

$ rosrun baxter_examples joint_velocity_wobbler.py

Documentation

Wobbler - Code Walkthrough

Troubleshooting

For common issues specific to using wobbler with Baxter, check out the Troubleshooting page.