commit | 23a67cacea67ea1fd2356e7b37d8b5d22d5891db | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sat Mar 16 23:48:50 2013 -0700 |
committer | Brian Silverman <brians> | Sat Mar 30 16:35:10 2013 -0700 |
tree | 94495b02112615ab8b8f88c6dcceeec586fc9e39 | |
parent | df43ec2b6c9a6b1783e99329ab57f594144d7986 [diff] [blame] |
slowed down the wrist observer a bit
diff --git a/frc971/control_loops/python/wrist.py b/frc971/control_loops/python/wrist.py index ddcdf06..d752000 100755 --- a/frc971/control_loops/python/wrist.py +++ b/frc971/control_loops/python/wrist.py
@@ -87,7 +87,7 @@ self.rpl = .05 self.ipl = 0.008 self.PlaceObserverPoles([self.rpl + 1j * self.ipl, - self.rpl - 1j * self.ipl, 0.85]) + self.rpl - 1j * self.ipl, 0.90]) print "Placed observer poles are" print numpy.linalg.eig(self.A - self.L * self.C)[0]