]>
git.taranathan.com Git - FRC2026.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Arnav495 [Fri, 23 Jan 2026 21:44:58 +0000 (13:44 -0800)]
Add comments and checks.
Arnav495 [Thu, 15 Jan 2026 23:13:40 +0000 (15:13 -0800)]
Add more tests for shooter physics; find more bugs.
I really can't do the quadratic formula correctly, can I.
Arnav495 [Thu, 15 Jan 2026 05:48:05 +0000 (21:48 -0800)]
Fix mixed camel-case and snake-case.
mixxlto [Thu, 15 Jan 2026 05:33:58 +0000 (21:33 -0800)]
Update ShooterPhysics.java
mixxlto [Thu, 15 Jan 2026 05:29:30 +0000 (21:29 -0800)]
more stinky variable names
mixxlto [Thu, 15 Jan 2026 05:26:18 +0000 (21:26 -0800)]
Merge branch 'shooter-calcs' of https://github.com/iron-claw-972/FRC2026 into shooter-calcs
mixxlto [Thu, 15 Jan 2026 05:23:48 +0000 (21:23 -0800)]
renamed sloppy variables
Arnav495 [Thu, 15 Jan 2026 04:53:56 +0000 (20:53 -0800)]
Add code to calculate with a fixed velocity.
Arnav495 [Mon, 12 Jan 2026 19:35:07 +0000 (11:35 -0800)]
Added more tests; found more bugs.
Arnav495 [Mon, 12 Jan 2026 05:14:35 +0000 (21:14 -0800)]
Add unit test and fix bugs.
Arnav495 [Sun, 11 Jan 2026 05:16:57 +0000 (21:16 -0800)]
Add code for shooter physics.
Saara21 [Mon, 20 Oct 2025 22:17:42 +0000 (15:17 -0700)]
final update codeowners
i will make a PR next time and not push to main directly
Saara21 [Mon, 20 Oct 2025 22:13:50 +0000 (15:13 -0700)]
update codeowners
Saara21 [Mon, 20 Oct 2025 22:02:53 +0000 (15:02 -0700)]
Merge pull request #4 from iron-claw-972/check-targets
Check a pipeline result has targets before using it.
Arnav495 [Thu, 4 Sep 2025 19:57:03 +0000 (12:57 -0700)]
Check a pipeline result has targets before using it.
The null check works fine, but produces warnings.
Arnav495 [Fri, 29 Aug 2025 02:38:36 +0000 (19:38 -0700)]
Merge branch 'fix-encoding'
Arnav495 [Thu, 7 Aug 2025 21:59:50 +0000 (14:59 -0700)]
Remove unnecesary newline.
Arnav495 [Thu, 7 Aug 2025 21:57:32 +0000 (14:57 -0700)]
Add createVersionFile to CI.
Arnav495 [Thu, 7 Aug 2025 21:42:03 +0000 (14:42 -0700)]
Force UTF-8 for compilation.
Arnav495 [Thu, 7 Aug 2025 18:43:18 +0000 (11:43 -0700)]
Add .factorypath to .gitignore
Kyle-Eldridge [Fri, 30 May 2025 17:04:15 +0000 (10:04 -0700)]
Remove m_ from variables in old commands
Also add comments. This makes the naming convention more consistent.
Kyle-Eldridge [Wed, 23 Apr 2025 00:56:53 +0000 (17:56 -0700)]
Fix comment
Kyle-Eldridge [Tue, 22 Apr 2025 23:06:04 +0000 (16:06 -0700)]
Delete 2025 code
Kyle-Eldridge [Tue, 22 Apr 2025 22:01:40 +0000 (15:01 -0700)]
Update README.md
Kyle-Eldridge [Tue, 22 Apr 2025 21:59:34 +0000 (14:59 -0700)]
Copy 2025 code and change CODEOWNERS
Kyle-Eldridge [Tue, 22 Apr 2025 21:51:58 +0000 (14:51 -0700)]
Initial commit