- 7227a8b Fix documentation bug in dlqr by Austin Schuh · 8 months ago
- ea5f0a7 Add flax and friends for training neural networks by Austin Schuh · 8 months ago
- 99f7c6a Move over to ABSL logging and flags. by Austin Schuh · 10 months ago
- 8f99c82 Upgrade to bazel 7.1.1 by Austin Schuh · 12 months ago
- 9e40c8e Moving analysis from frc971 to aos, cleanup by Stephan Pleines · 1 year, 3 months ago
- 85b295c Move generic packages from frc971/analysis to aos by Stephan Pleines · 1 year, 3 months ago
- 7f81f73 Merge "Nest some more namespaces" by James Kuszmaul · 1 year, 3 months ago
- d99b1ee Nest some more namespaces by Stephan Pleines · 1 year, 3 months ago
- 743f83a actions and control loops: frc971 shall depend on aos by Stephan Pleines · 1 year, 3 months ago
- 6802533 Move some DrivetrainConfig types to flatbuffers by James Kuszmaul · 1 year, 4 months ago
- f63bde8 Nest all namespaces by Stephan Pleines · 1 year, 4 months ago
- eeb98e9 Allow constructing control loops from flatbuffers by James Kuszmaul · 1 year, 4 months ago
- cb78f35 Change CopyPosition to use static flatbuffers by Maxwell Henderson · 1 year, 4 months ago
- f01da39 Update ~all flatbuffer rules to static_flatbuffer rules by James Kuszmaul · 1 year, 5 months ago
- 13d48d9 Setup the message bridge key sharing services by Adam Snaider · 1 year, 9 months ago
- 50e3dca Upgrade clang to 16.0.3 by Austin Schuh · 1 year, 10 months ago
- d310267 Merge changes I24701125,Ibbe7a283,I5965428c,If6a0aa49,I0d273849 by Austin Schuh · 1 year, 7 months ago
- fc0caa8 Remove empty cc_library //aos/logging by Austin Schuh · 1 year, 8 months ago
- ec635d2 Split up zeroing library BUILD rules by James Kuszmaul · 1 year, 9 months ago
- 790cb54 Run clang-format on the entire repo by Philipp Schrader · 1 year, 10 months ago
- 6647cb2 Make matplotlib targets depend on gtk by Austin Schuh · 2 years, 2 months ago
- 0a7d28d Add 2023 arm design code by milind-u · 2 years, 3 months ago
- 8f0e07f Move 2018 arm code to frc971 and make dynamics adjustable by Maxwell Henderson · 2 years, 3 months ago
- fd84c33 Switch 2018 trajectory plotter to in_process_plotter by Austin Schuh · 2 years, 3 months ago
- ebb658f Migrate everything to upstream pip packages by Philipp Schrader · 2 years, 8 months ago
- 5127ccc Run yapf on all python files in the repo by Ravago Jones · 2 years, 9 months ago
- c5fa6d9 Rename config.json to aos_config.json by Austin Schuh · 3 years, 2 months ago
- 4c7235a Switch to a preconfigured Clang for k8 and armv7 by Brian Silverman · 3 years, 6 months ago
- 2f13a46 Merge "Avoid copying in ranged for loops" by Brian Silverman · 3 years, 4 months ago
- b5888b7 Merge "Fix comparison operator signature" by Brian Silverman · 3 years, 4 months ago
- 9b4f309 Fix comparison operator signature by Brian Silverman · 3 years, 4 months ago
- 18c8aac Avoid copying in ranged for loops by Brian Silverman · 3 years, 4 months ago
- 89d5eb9 Remove blasfeo, boost, ct, cgal, and hpipm by Brian Silverman · 3 years, 6 months ago
- cc016b3 Import buildifier by Philipp Schrader · 3 years, 4 months ago
- a6fe97b Used loop delay variable instead of hardcoded value in autonomous by Yash Chainani · 3 years, 5 months ago
- 092a62d Prevent Python from importing the host's pip packages by Philipp Schrader · 3 years, 5 months ago
- f198a15 Use a proper bazel toolchain for Python by Philipp Schrader · 3 years, 5 months ago
- 1f1dca3 Create an enum for sender errors by milind · 3 years, 10 months ago
- 6d44001 Merge "Move all the constants to glog" by Jim Ostrowski · 3 years, 6 months ago
- 9950f68 Merge commit '4ee017201227ce16a4edef20912b357e8f303483' into master by Austin Schuh · 3 years, 6 months ago
- f4d329c Move all the constants to glog by Brian Silverman · 3 years, 6 months ago
- 86f568e Correction of switch-case implicit fall through error by Vinay Siva · 3 years, 10 months ago
- bf0609c Replace use of deprecated C Standard library headers in C++ code. by Tyler Chatow · 3 years, 9 months ago
- 0a3c9d4 Buildify the world by Austin Schuh · 3 years, 10 months ago
- e52a6b3 Removal of aos::make_unique and its usages by Vinay Siva · 3 years, 10 months ago
- 6175066 Move aos/controls to frc971/control_loops by James Kuszmaul · 3 years, 11 months ago
- 2ca00ec Heap allocate the drivetrain to preserve stack by Austin Schuh · 3 years, 11 months ago
- 7077d34 Move aos/input and aos/robot_state to frc971/input by James Kuszmaul · 4 years ago
- 085eab9 Switch to python3 and scipy from slycot by Austin Schuh · 4 years, 5 months ago
- 5ea4847 Fix some python2-isms in prep for python3 by Austin Schuh · 4 years, 3 months ago
- dada107 Switch everything to platforms by Philipp Schrader · 4 years, 5 months ago
- ce7e03d Use python3 print by Austin Schuh · 4 years, 6 months ago
- da9d060 Upgrade bazel to 4.0.0rc2 by Austin Schuh · 6 years ago
- 094d09b Simplify aos::Init by Austin Schuh · 4 years, 6 months ago
- d7851b0 Use explicit flatbuffer IDs in y2017 and newer. by Austin Schuh · 4 years, 6 months ago
- 1463c09 Remove easy uses of //aos/mutex by Brian Silverman · 4 years, 6 months ago
- 5619643 Make AOS logging per thread, not global by Austin Schuh · 4 years, 6 months ago
- a0c41ba Actually manage memory in the old-style AOS logging by Austin Schuh · 4 years, 8 months ago
- 14d7d3d Depend on config rule instead of file. by Austin Schuh · 4 years, 8 months ago
- ae87e31 Remove unused Cleanup() call by Austin Schuh · 4 years, 9 months ago
- ad8a808 Make code run again on roborio by James Kuszmaul · 5 years ago
- 4d1e74f Refactored unwrap class from y2018 code to frc971 directory. by Stephan Massalt · 5 years ago
- 4b471e1 Remove multiple logging implementations. by Tyler Chatow · 5 years ago
- 910f92b Provide Python 3 matplotlib by James Kuszmaul · 5 years ago
- ad15482 Add remote timestamps and queue_index to context by Austin Schuh · 5 years ago
- 217a978 Add basic support for nodes by Austin Schuh · 5 years ago
- a769ca2 Adds the sensor unwrap class and tests. by Stephan Massalt · 6 years ago
- 5f1cc5c Require a name when making a simulated event loop by Austin Schuh · 5 years ago
- 3ae4226 Upgrade WPILib and upgraded compilers to C++17 by James Kuszmaul · 5 years ago
- cb7da4b Convert aos over to flatbuffers by Alex Perry · 6 years ago
- e83977e Removing unused #include aos/once.h by John Park · 5 years ago
- f257f3c Prefix LOG and CHECK with AOS_ by Austin Schuh · 6 years ago
- 9fe68f7 Convert control loop tests over to simulated event loop by Austin Schuh · 6 years ago
- 20177c9 Convert y2018 to use event loop time by Austin Schuh · 6 years ago
- 77ed543 Convert autonomous_actor to use event loop time by Austin Schuh · 6 years ago
- bd0a40f Remove global .frc971.control_loops.drivetrain_queue object by Austin Schuh · 6 years ago
- d845c97 Removed global y2018 SuperstructureQueue object by Austin Schuh · 6 years ago
- bd1fe9c Convert all year's robots to proper event loops by Austin Schuh · 6 years ago
- d32b362 Make monotonic_now a required parameter to PhasedLoop by Austin Schuh · 6 years ago
- a250b2d Convert joystick readers to ActionJoystickInput by Austin Schuh · 6 years ago
- 300f2f6 Convert vision_status to event loops by Austin Schuh · 6 years ago
- 01a9f2a Convert StatusLight to event loops. by Austin Schuh · 6 years ago
- 1bf8a21 Convert actions to event loops by Austin Schuh · 6 years ago
- 651fc3f Make a DurationInSeconds function by James Kuszmaul · 6 years ago
- eb99d07 Move LocalizerControl queue to event loops by Austin Schuh · 6 years ago
- 0b54543 Remove pdp_values queue. by Austin Schuh · 6 years ago
- df6cbb1 Remove the final users of robot_state and joystick_state by Austin Schuh · 6 years ago
- 3b010bc Convert to use the FPGA PWM cycle synchronization by Austin Schuh · 6 years ago
- f6b9463 Update to the 2019 wpilib by Austin Schuh · 6 years ago
- 3431d62 Make drivetrain use generic localizer by James Kuszmaul · 6 years ago
- 662025c Merge "Reformat python and c++ files" by Austin Schuh · 6 years ago
- 6738c36 Reformat python and c++ files by Tyler Chatow · 6 years ago
- bfbaa37 Fix memory leak of BufferedPcm in y2018 by Austin Schuh · 6 years ago
- e40ea51 Give superstructure_lib_test more time to run by Austin Schuh · 6 years ago
- 6292bec Add support for robots without DMA. by Sabina Davis · 6 years ago
- caa2a6b Moved y2018 Drivetrain Writer. by Sabina Davis · 6 years ago
- 6abf5b7 Convert y2018 over to use the new SensorReader class by Austin Schuh · 6 years ago
- 45a549f Move y2012 over to new SensorReader class by Austin Schuh · 6 years ago
- f52e223 Merge "Convert joystick_reader over to event loops." by Austin Schuh · 6 years ago
- b96a97e Merge "Splines gui" by Brian Silverman · 6 years ago