-
Notifications
You must be signed in to change notification settings - Fork 6
Wobbler Example
Rob Linsalata edited this page Apr 26, 2013
·
1 revision
Use wobbler as an example of controlling Baxter using joint velocity control.
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
Start wobbler from an RSDK terminal session using:
$ rosrun joint_velocity wobbler.py
For common issues specific to using wobbler with Baxter, check out the Troubleshooting page.