1. 4f2b336 Merge "Fix IndexError when cursor_index > data[0].size in spline UI" by Austin Schuh · 2 years, 8 months ago
  2. dc53443 Remove runtime malloc's from SplineDrivetrain by James Kuszmaul · 2 years, 8 months ago
  3. 2971b5a Stop using std::function in HybridEkf by James Kuszmaul · 2 years, 8 months ago
  4. 196ca0d Fix path issue in basic_window by Maxwell Henderson · 2 years, 8 months ago
  5. 566c82b Add plots to simulate drivetrain acceleration performance by Austin Schuh · 2 years, 8 months ago
  6. 9776b39 Update WPILib, roborio compilers, and CTRE Phoenix libraries by James Kuszmaul · 2 years, 9 months ago
  7. ebb658f Migrate everything to upstream pip packages by Philipp Schrader · 3 years, 1 month ago
  8. 2614754 Fix dependencies in //frc971/control_loops/python by Philipp Schrader · 2 years, 9 months ago
  9. 0f69180 Merge "Add a viewing mode for the spline graph to hide spline handles" by James Kuszmaul · 2 years, 9 months ago
  10. b337815 Add a viewing mode for the spline graph to hide spline handles by Jason Anderson-Young · 3 years ago
  11. 724b5c2 Merge "Reduce mallocs when constructing trajectories" by Austin Schuh · 2 years, 10 months ago
  12. 814e908 Merge "Move subsystem simulator to 971" by James Kuszmaul · 2 years, 10 months ago
  13. e69ee2d Move subsystem simulator to 971 by Niko Sohmers · 3 years ago
  14. f7c6520 Reduce mallocs when constructing trajectories by Austin Schuh · 3 years ago
  15. 589e8fe add screen dragging to spline graph by Jason Anderson-Young · 3 years ago
  16. 8720a98 Merge "Add a new spline button to the Spline UI" by James Kuszmaul · 3 years ago
  17. 1171769 Nuke LocalLogNamer by Austin Schuh · 3 years ago
  18. 295f730 Add a new spline button to the Spline UI by Nathan Leong · 3 years, 3 months ago
  19. a1d006e Merge commit '7b04dc15c5745e780ff19aaff3d43aa1c6c99ad6' into master by Austin Schuh · 3 years, 1 month ago
  20. c11e113 Fix IndexError when cursor_index > data[0].size in spline UI by Ryan Yin · 3 years, 1 month ago
  21. 0debde1 Clear Context in EventLoop at construction time by Austin Schuh · 3 years, 2 months ago
  22. 5127ccc Run yapf on all python files in the repo by Ravago Jones · 3 years, 2 months ago
  23. 7db1c50 Highlight active multispline by Ravago Jones · 3 years, 3 months ago
  24. 359bbd2 Snap multisplines together in 180 deg increments by Ravago Jones · 3 years, 3 months ago
  25. ac952dd Improve Spline UI graph behavior for edge cases by Ravago Jones · 3 years, 2 months ago
  26. 291f559 Update Spline UI to graph multiple multisplines by Ravago Jones · 3 years, 3 months ago
  27. fa8da56 Add multiple multisplines to Spline UI by Ravago Jones · 3 years, 3 months ago
  28. 0a1d409 Add a cursor to graph in Spline UI by Ravago Jones · 3 years, 4 months ago
  29. b170ed3 Show robot along spline on hover in Spline UI by Ravago Jones · 3 years, 4 months ago
  30. 8da89c4 Run yapf on Spline UI by Ravago Jones · 3 years, 3 months ago
  31. e958479 Fix Spline UI graph updating by Ravago Jones · 3 years, 4 months ago
  32. d51af7a Add ball sorting by Ravago Jones · 3 years, 6 months ago
  33. b39f452 Add support for multiple cycles of delay for U by Austin Schuh · 3 years, 6 months ago
  34. 843bade Merge "Switch spline ui to drag and drop only" by James Kuszmaul · 3 years, 6 months ago
  35. c66c989 Merge "Fix spline ui zoom again" by James Kuszmaul · 3 years, 7 months ago
  36. dac091f Merge commit '7c1ae250acb4120322b01a666993ed63c795ef21' into master by James Kuszmaul · 3 years, 7 months ago
  37. 2a59cf0 Fix auto-aiming when turret range doesn't include [-pi, +pi] by James Kuszmaul · 3 years, 7 months ago
  38. 8c76a9b Actually zero the spartan IMU by Austin Schuh · 3 years, 7 months ago
  39. 6b24b8d Switch spline ui to drag and drop only by Ravago Jones · 3 years, 7 months ago
  40. de18dfe Fix spline ui zoom again by Ravago Jones · 3 years, 7 months ago
  41. 123d65d Merge "Update size of robot on the spline UI" by Austin Schuh · 3 years, 7 months ago
  42. b0703aa Update size of robot on the spline UI by Henry Speiser · 3 years, 7 months ago
  43. 51be5c6 Make the spline graph points actually visible by Henry Speiser · 3 years, 7 months ago
  44. 6d6e130 Don't latch IMU faults in 2022 localizer by James Kuszmaul · 3 years, 7 months ago
  45. c53de4a Add zeroing for single-axis gyro in drivetrain by James Kuszmaul · 3 years, 7 months ago
  46. 4ddda33 Add GyroReading message to drivetrain plot by James Kuszmaul · 3 years, 7 months ago
  47. ba59dc9 check optional access in y2022 drivetrain by James Kuszmaul · 3 years, 7 months ago
  48. 2669ece Undelay our status X_hat by Austin Schuh · 3 years, 7 months ago
  49. 851b396 Factor out generic aiming code from 2020 aimer by James Kuszmaul · 3 years, 7 months ago
  50. e6c5a22 Merge "Add superstructure state machine" by James Kuszmaul · 3 years, 7 months ago
  51. 54dafeb Move the spline UI origin to match the localizer by Ravago Jones · 3 years, 7 months ago
  52. 5da0635 Add superstructure state machine by Ravago Jones · 3 years, 7 months ago
  53. 41a08f3 Add 2022 field to spline by Griffin Bui · 3 years, 7 months ago
  54. 207ae32 Tune down estimator for ADIS16505 by James Kuszmaul · 3 years, 7 months ago
  55. c5fa6d9 Rename config.json to aos_config.json by Austin Schuh · 3 years, 7 months ago
  56. 482a914 Refactor szsdps to support the catapult controller taking over by Austin Schuh · 3 years, 8 months ago
  57. 64433f1 Add support for modeling the output delay by Austin Schuh · 3 years, 8 months ago
  58. 0e37f59 Add climber code without tests by Siddhant Kanwar · 3 years, 8 months ago
  59. 1798c07 Process LocalizerOutput messages in 2022 drivetrain by James Kuszmaul · 3 years, 8 months ago
  60. e5f67dd Remove unused 2022 channels by James Kuszmaul · 3 years, 8 months ago
  61. 349cc93 Udpate drivetrain_test_lib to send on IMU node by James Kuszmaul · 3 years, 8 months ago
  62. 5d49af0 Add the controller python used for designing the intake by Milo Lin · 3 years, 8 months ago
  63. a5aa936 Plot currents in the AngularSystem plots by Austin Schuh · 3 years, 8 months ago
  64. 87277f4 Upgrade npm bazel rules to latest by Philipp Schrader · 3 years, 9 months ago
  65. cc016b3 Import buildifier by Philipp Schrader · 3 years, 9 months ago
  66. e53bf55 Use ceres solver for extrinsics calibration by milind-u · 3 years, 10 months ago
  67. a6fe97b Used loop delay variable instead of hardcoded value in autonomous by Yash Chainani · 3 years, 10 months ago
  68. 092a62d Prevent Python from importing the host's pip packages by Philipp Schrader · 3 years, 10 months ago
  69. c2e9c50 Use CSS to size plots instead of absolute position by Austin Schuh · 3 years, 11 months ago
  70. 1f1dca3 Create an enum for sender errors by milind · 4 years, 3 months ago
  71. 69b04c2 Merge "Added undo button to spline UI" by James Kuszmaul · 4 years ago
  72. d8be388 Added undo button to spline UI by Ryan Yin · 4 years ago
  73. 11ccb94 Quiet down robot when limiting by Austin Schuh · 4 years ago
  74. 153f22c Merge "fixed some spelling errors" by James Kuszmaul · 4 years ago
  75. 93ddcb4 Lower the acceleration on the intake when jiggling the balls by Austin Schuh · 4 years ago
  76. 6f94616 Merge "Rename laptop to logger" by Austin Schuh · 4 years ago
  77. 0582ba0 Merge "Correct hood zeroing calculations" by Austin Schuh · 4 years ago
  78. 41fad8c Rename laptop to logger by Austin Schuh · 4 years ago
  79. d53408e Correct hood zeroing calculations by milind-u · 4 years ago
  80. 8bfec21 Tune spline UI zoom limits by Austin Schuh · 4 years ago
  81. 6e66059 Save more localizer history for slow pi updates by Austin Schuh · 4 years ago
  82. b1f5f89 Merge "Use ADIS16448 in y2020" by James Kuszmaul · 4 years ago
  83. 0a98140 Use ADIS16448 in y2020 by James Kuszmaul · 4 years ago
  84. 20da69a fixed some spelling errors by Ethan Wing · 4 years ago
  85. 001bd91 Fix 2020 field image by Ravago Jones · 4 years ago
  86. 1eb6bd2 Merge "Add clear button" by James Kuszmaul · 4 years ago
  87. f70e8e1 Update turret gear ratio and tuned controller by milind-u · 4 years ago
  88. ebbc912 Merge "Fix spline ui zoom" by Austin Schuh · 4 years ago
  89. 155ec95 Increase history size in localizer by James Kuszmaul · 4 years ago
  90. 2d4aeb7 Merge changes I08fe6567,I11aed075 by Austin Schuh · 4 years ago
  91. cd1f725 Fix matplotlib sandboxing by Austin Schuh · 4 years ago
  92. 85f861f Add clear button by Ryan Yin · 4 years, 1 month ago
  93. fa68ba8 Fix spline ui zoom by Ribhav Kaul · 4 years, 1 month ago
  94. 5999d1e Add improved 2020 field to Spline UI by Ravago Jones · 4 years, 1 month ago
  95. 086a887 Field switching with combobox in Spline UI by Ravago Jones · 4 years, 2 months ago
  96. 76ecec8 Separate field events into Field even more by Ravago Jones · 4 years, 2 months ago
  97. 0178120 Add zoom to the Spline UI by Ravago Jones · 4 years, 2 months ago
  98. 797c49c Spline UI: Redefine mToPx in terms of widget size by Ravago Jones · 4 years, 2 months ago
  99. 56941a5 Spline UI run graph calculations on thread by Ravago Jones · 4 years, 2 months ago
  100. 128fb99 Add drag and drop to the Spline UI by Ravago Jones · 4 years, 2 months ago