Austin Schuh | 3bb9a44 | 2014-02-02 16:01:45 -0800 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
3 | # Updates the claw controllers. | ||||
4 | |||||
5 | cd $(dirname $0) | ||||
6 | |||||
7 | ./python/claw.py claw/unaugmented_top_claw_motor_plant.h \ | ||||
8 | claw/unaugmented_top_claw_motor_plant.cc \ | ||||
9 | claw/top_claw_motor_plant.h \ | ||||
10 | claw/top_claw_motor_plant.cc \ | ||||
11 | claw/unaugmented_bottom_claw_motor_plant.h \ | ||||
12 | claw/unaugmented_bottom_claw_motor_plant.cc \ | ||||
13 | claw/bottom_claw_motor_plant.h \ | ||||
14 | claw/bottom_claw_motor_plant.cc |