~shadowrobot/sr-ros-interface/syntouch_release

« back to all changes in this revision

Viewing changes to scripts/reset_hand_motors.sh

  • Committer: Hand
  • Date: 2011-12-22 21:55:03 UTC
  • Revision ID: hand@syntouch-big-20111222215503-iiweyy1h0myiqugz
Tags: Syntouch hand released
syntouch release
Modified fancy demo
Some useful scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
source /home/hand/.bashrc.d/ros.sh
 
3
for i in `rosservice list | grep reset_motor_`; do echo "resetting motor for "${i} ; rosservice call ${i} ; done