1. e18cf50 s/controla/controlla/g by Brian Silverman · 9 years ago
  2. 4e55e58 Remove ;s from Python code by Brian Silverman · 10 years ago
  3. b691f5e Move 2015-specific code to its own folder. by Brian Silverman · 10 years ago[Renamed from frc971/control_loops/python/claw.py]
  4. 73c298d tune the claw by Brian Silverman · 10 years ago
  5. bd94702 Re-tuned claw controller and filter to handle noise better. by Austin Schuh · 10 years ago
  6. 8a436e8 Made test mode and the claw work on the robot. by Austin Schuh · 10 years ago
  7. 1a38796 Added control loops for all subsystems and made tests run. by Austin Schuh · 10 years ago
  8. f246dbd unbroke the shooter (and other?) control loops by Brian Silverman · 11 years ago
  9. b087c0a fixed the top claw breaking its limit when opening with it there by Brian Silverman · 11 years ago
  10. dc3748d cleaning up old junk in the python code by Brian Silverman · 11 years ago
  11. f05948b tweaked the slope of the line to make catching work better by Brian Silverman · 11 years ago
  12. 6dd2c53 tuned and redid the capping on the claw to prioritize separation error by Brian Silverman · 11 years ago
  13. 1704f33 got the lower claw to flop less than it did before by Brian Silverman · 11 years ago
  14. 3ac190a Merged in the stuff most recently on the robot. by James Kuszmaul · 11 years ago
  15. f63b0ae Added stuff for properly capping voltage on claw. by James Kuszmaul · 11 years ago
  16. fe6d37e Fixed the saturation with James' claw controller. Need to test more cases, but it looks pretty. by Austin Schuh · 11 years ago
  17. da82513 Sped up observer. by Austin Schuh · 11 years ago
  18. 78d5546 Fixed claw angle conversion bug and scaled the hall effect on the drivetrain propperly. by Austin Schuh · 11 years ago
  19. 2758ade Enabled pole placement for the dual claw controller. by Austin Schuh · 11 years ago
  20. 170fe25 Cleaned up comments and formatting. by Austin Schuh · 11 years ago
  21. a2ebaf2 Merge remote-tracking branch 'austin/claw' into claw by James Kuszmaul · 11 years ago
  22. 01c652b Claw now zeros quickly and quite stably. by Austin Schuh · 11 years ago
  23. d536a40 Worked on getting claw to work with newer python code. by James Kuszmaul · 11 years ago
  24. c02a39a It seems to work reasonably. Still need to make it perfect. by James Kuszmaul · 11 years ago
  25. 4e4ec8e I updated the claw as best as I could to have independent separation/position. It won't work this way. by James Kuszmaul · 11 years ago
  26. e2afbe4 Started getting the separation and the placement on the claw independent. by James Kuszmaul · 11 years ago
  27. 720b218 Merge remote-tracking branch 'james/loop_constants' into claw by Austin Schuh · 11 years ago
  28. f2ed6e6 Messed with LQR cost constants to allow separation to stay constant. by James Kuszmaul · 11 years ago
  29. 7c021c4 s/seperation/separation/g by Brian Silverman · 11 years ago
  30. 9279740 Dealt with the different moment of inertias in the claw. by James Kuszmaul · 11 years ago
  31. d72633b Added constants for motors and the such. by James Kuszmaul · 11 years ago
  32. cda86af Claw now zeros! by Austin Schuh · 11 years ago
  33. 0d9467a Worked on combined delta u controller for the claw. Doesn't work. by Austin Schuh · 11 years ago
  34. e1755b3 Updated constants in control loop python files. by James Kuszmaul · 11 years ago
  35. 3bb9a44 Renamed everything to claw. by Austin Schuh · 11 years ago[Renamed (63%) from frc971/control_loops/python/wrists.py]
  36. d4417aa started working on a skeleton for the 2014 control loops by Brian Silverman · 11 years ago[Renamed from frc971/control_loops/python/wrist.py]
  37. 23a67ca slowed down the wrist observer a bit by Brian Silverman · 12 years ago
  38. 7fb8e22 tuned the new wrist constants by Brian Silverman · 12 years ago
  39. c1f6889 Wrist and angle adjust now use delta U controllers. by Austin Schuh · 12 years ago
  40. 16c9664 Overdamped the wrist significantly. by Austin Schuh · 12 years ago
  41. e349062 Converted state feedback controller and plant over to being gain scheduled, and used them in the indexer. Also wrote the python to make it easy to design gain scheduled controllers. by Austin Schuh · 12 years ago
  42. 0f63738 made the wrist stiffer by Brian Silverman · 12 years ago
  43. 683a0d0 Tightened up the loop to prevent it from going in the other direction. by Austin Schuh · 12 years ago
  44. 3c54231 Added James' wrist control loop code. by Austin Schuh · 12 years ago
  45. fa03369 Test cases all pass. Wrist should be good. Made it a bit snappier. by Austin Schuh · 12 years ago
  46. dc1c84a Wrist loop test case now runs and fails. by Austin Schuh · 12 years ago
  47. c8ca244 Added python code to design the wrist control loop. by Austin Schuh · 12 years ago