1. 4a1d29e Removed unnecessary commented out code. by James Kuszmaul · 13 years ago
  2. 3f35474 Got the drivetrain to pass the disable/bad pos tests. by James Kuszmaul · 13 years ago
  3. 9f42e8b Added a tests for dealing with bad output/position. Currently, they fail. by James Kuszmaul · 13 years ago
  4. f254c1a Updated the drivetrain control loop for this year. by James Kuszmaul · 13 years ago
  5. e503eae Merge branch 'svn' into HEAD by Brian Silverman · 13 years ago
  6. b7bcef1 fixes for the indexer code by Brian Silverman · 13 years ago
  7. 77f4175 fixes for the angle adjust code by Brian Silverman · 13 years ago
  8. 18f6d87 fixes for the wrist code by Brian Silverman · 13 years ago
  9. 893ba07 added getting to ZeroedJoint for the current position by Brian Silverman · 13 years ago
  10. c1f6889 Wrist and angle adjust now use delta U controllers. by Austin Schuh · 13 years ago
  11. dd3bc41 Added seperate on and off constants for the wrist and angle adjust. by Austin Schuh · 13 years ago
  12. 8ad7405 fixed a bug in the drivetrain code from the control loop redo by brians · 13 years ago
  13. 16c9664 Overdamped the wrist significantly. by Austin Schuh · 13 years ago
  14. d3d0fbf Indexer now uses LOG instead of printf in tests, and waits before turning the transfer motor off. by Austin Schuh · 13 years ago
  15. f60861b Removed printfs, wait until the shooter is ready, and reduced the length to check for discs. by Austin Schuh · 13 years ago
  16. c571e05 added a missing #include by Brian Silverman · 13 years ago
  17. a0238ce fixed a printf format width in the indexer code by Brian Silverman · 13 years ago
  18. 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 · 13 years ago
  19. 9644e1c State feedback loop now supports gain scheduling. by Austin Schuh · 13 years ago
  20. ae5fc8c Indexer automatically preloads with 4 discs. by Austin Schuh · 13 years ago
  21. 6b1ad2f Indexer now has simpler logic for pushing the disc off the sensor which actually works now. by Austin Schuh · 13 years ago
  22. b4ca920 Merge branch 'shooter_loop' into merged_loops by Austin Schuh · 13 years ago
  23. e052d8a New set of shooter constants. Should have less overshoot. by Austin Schuh · 13 years ago
  24. c8518f0 Merge branch 'angle-adjust' into merged_loops by Austin Schuh · 13 years ago
  25. a3e8e03 Added extra logging and some fixes to make it work on the real robot. by Austin Schuh · 13 years ago
  26. b5191b9 Applied Brian's debug prints and new constants. by Austin Schuh · 13 years ago
  27. 72e2677 Added simulation data for the angle adjust and tuned the loop. by Austin Schuh · 13 years ago
  28. eaaac29 Merge branch 'shooter_loop' into merged_loops by Austin Schuh · 13 years ago
  29. 97496b5 Merge branch 'angle-adjust' into merged_loops by Austin Schuh · 13 years ago
  30. 1bbcb02 compile fixes for the angle adjust by Brian Silverman · 13 years ago
  31. 70be1ba Added shot_disc_count to the indexer. by Austin Schuh · 13 years ago
  32. 723770b Indexer wouldn't pick up a second set of discs. Tested and fixed. by Austin Schuh · 13 years ago
  33. 383878f Shooter has now been adjusted for real data. by Austin Schuh · 13 years ago
  34. c5ef1bb Indexer didn't deal with cRIO starting up with a nonzero encoder position. by Austin Schuh · 13 years ago
  35. cc29702 Now using the off-center indexer position and fixed some simulation bugs. by Austin Schuh · 13 years ago
  36. e20e93c Modified the angle adjust code to use the new zeroed_joint. by Austin Schuh · 13 years ago
  37. 844960d Split the zeroed joint out into a seperate class that the wrist now uses. by Austin Schuh · 13 years ago
  38. 203054a Added the .csv logger to work with the angle adjust. by James Kuszmaul · 13 years ago
  39. 16bcb5f Got angle adjust working with limiting the zeroing goal. by James Kuszmaul · 13 years ago
  40. 2c72df8 Moved angle adjust loop stuff to a new directory. by James Kuszmaul · 13 years ago
  41. 4a4622b Added angle adjust control loop. by James Kuszmaul · 13 years ago
  42. b5e497c Added code for recording power and position data in control loops and added code for generalizing to multiple hall effect sensors. by James Kuszmaul · 13 years ago
  43. 166b948 Fixed broken build. by Austin Schuh · 13 years ago
  44. cc8ac63 compile fixes for the shooter by Brian Silverman · 13 years ago
  45. f3d96b8 Fixed file init bug. by Austin Schuh · 13 years ago
  46. 3634fa1 Added CSV logger for the shooter. by Austin Schuh · 13 years ago
  47. c682d61 Moved shooter to a subfolder. by Austin Schuh · 13 years ago
  48. 1e1fd5f Fixed build system and test bug... by Austin Schuh · 13 years ago
  49. 0e38a5d Updated the shooter loop to simplify it and add more tests. Fixed the poles to be close to last year. by Austin Schuh · 13 years ago
  50. cdd033e Added shooter loop. by James Kuszmaul · 13 years ago
  51. 9419505 compile fixes for the index loop by Brian Silverman · 13 years ago
  52. 7c0e2aa Indexer now uses the top sensor correctly at slow speeds, finds lost discs, and forgets discs that were phantom. by Austin Schuh · 13 years ago
  53. b6d7407 Added negedge simulation for the top sensor. by Austin Schuh · 13 years ago
  54. b27e12c Fixed posedge coming down to be when the disc is up top. by Austin Schuh · 13 years ago
  55. 1b864a1 Fixed a bug in my top disc detect simulation, and the indexer now uses that information when moving quickly to locate discs. by Austin Schuh · 13 years ago
  56. dff24e2 Indexer now will now shift discs that virtually but not physically are covering the sensor. by Austin Schuh · 13 years ago
  57. 825bde9 Indexer now has posedge support for the top disc sensor. by Austin Schuh · 13 years ago
  58. d63206e Added top disc detect posedge fields to the indexer queue. by Austin Schuh · 13 years ago
  59. 6328daf Added unit tests for the FPGA based disc indexing and the indexer now uses that data. by Austin Schuh · 13 years ago
  60. a25c176 added the interface for passing disc counter edges into the loop by Brian Silverman · 13 years ago
  61. 9348583 Indexer cuts the power after being on at a low power for some time. by Austin Schuh · 13 years ago
  62. 849f003 Added assert to verify that U is within range. by Austin Schuh · 13 years ago
  63. bcdb90c Preload -> shoot now works, cRIO reboot support, and invalid states rejected. by Austin Schuh · 13 years ago
  64. b6d898b No more range based loops. A very sad day. by Austin Schuh · 13 years ago
  65. 0055822 Index loop is in a seperate file now. by Austin Schuh · 13 years ago
  66. 31e82ad Fixed gyp file to use :state_feedback_loop by Austin Schuh · 13 years ago
  67. 89955e4 Indexer passes with flying colors. by Austin Schuh · 13 years ago
  68. f8c5225 Indexer shoots and passes the tests. Doing the last little bit of cleanup. by Austin Schuh · 13 years ago
  69. d78ab54 Added initial indexer loop. It pulls in discs correctly, but doesn't do anything else. by Austin Schuh · 13 years ago
  70. d11c337 Made zeroing test cases more flexible to deal with new constants. We now count the number of capped cycles and verify that it is low. by Austin Schuh · 13 years ago
  71. 20fdbef made stuff compile on the crio by Brian Silverman · 13 years ago
  72. 3022f2a compile fixes for the wrist by Brian Silverman · 13 years ago
  73. 0f63738 made the wrist stiffer by Brian Silverman · 13 years ago
  74. a40624b Moved wrist loop to a subfolder. by Austin Schuh · 13 years ago
  75. f188181 Fixed dependencies in control_loops so nobody directly depends on Eigen. by Austin Schuh · 13 years ago
  76. 5275ade added a build entry for state_feedback_loop.h by Brian Silverman · 13 years ago
  77. e06e251 Renamed wrist constants. by James Kuszmaul · 13 years ago
  78. 6896171 Fixed a problem with writing the constants to files. by James Kuszmaul · 13 years ago
  79. 683a0d0 Tightened up the loop to prevent it from going in the other direction. by Austin Schuh · 13 years ago
  80. 06ee48e The wrist goal can no longer run away. by Austin Schuh · 13 years ago
  81. b1cdb38 Less constexpr. by Austin Schuh · 13 years ago
  82. 464ee1a Merged some code from Brian so that it builds on the bot. by Austin Schuh · 13 years ago
  83. 30efeb7 Cleaned up main. by Austin Schuh · 13 years ago
  84. 3c54231 Added James' wrist control loop code. by Austin Schuh · 13 years ago
  85. fa03369 Test cases all pass. Wrist should be good. Made it a bit snappier. by Austin Schuh · 13 years ago
  86. dc1c84a Wrist loop test case now runs and fails. by Austin Schuh · 13 years ago
  87. c8ca244 Added python code to design the wrist control loop. by Austin Schuh · 13 years ago
  88. f665d69 copying branch over from other 2013 repo by Brian Silverman · 13 years ago
  89. 343bc11 copied everything over from 2012 and removed all of the actual robot code except the drivetrain stuff by brians · 13 years ago