Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
samdev-7 created a review comment on a pull request on Earl-Of-March-FRC/2025-7476-Reefscape
This is where your advantagekit values should be logged. Here would be `Shooter/Top/Measured/Velocity` and `Shooter/Bottom/Measured/Velocity`
samdev-7 created a review comment on a pull request on Earl-Of-March-FRC/2025-7476-Reefscape
Use constants and do not hard code can ids!
samdev-7 created a review comment on a pull request on Earl-Of-March-FRC/2025-7476-Reefscape
Can the name be a bit more descriptive, like `SetShooterSpeedPID`.
samdev-7 created a review comment on a pull request on Earl-Of-March-FRC/2025-7476-Reefscape
Use constants and do not hard code can ids!
samdev-7 created a review comment on a pull request on Earl-Of-March-FRC/2025-7476-Reefscape
Why was this deleted?
samdev-7 created a review comment on a pull request on Earl-Of-March-FRC/2025-7476-Reefscape
Can you make sure formatting on this file is set to `Spaces: 2` in VS Code (configured via the bottom information bar near the right)? It's been weird for me too. Also, please make sure old code...
samdev-7 created a review comment on a pull request on Earl-Of-March-FRC/2025-7476-Reefscape
Same comment as above command. Make this a method so it's absolutely clear.
samdev-7 created a review comment on a pull request on Earl-Of-March-FRC/2025-7476-Reefscape
Follow the convention for AdvantageKit fields. Use `Shooter/Top/Setpoint/Velocity` (what the code tells it to do) and `Shooter/Top/Measured/Velocity` (what's actually happening). They mean differen...
samdev-7 created a review comment on a pull request on Earl-Of-March-FRC/2025-7476-Reefscape
If all of these are for the shooter, can they be put in `ShooterConstants` so we have everything isolated between subsystems? Please add the `k` in front for convention. Also, it's good to be sp...
samdev-7 created a review comment on a pull request on Earl-Of-March-FRC/2025-7476-Reefscape
It would be good to have a method called `stopShooter()` for absolute clarity on what this does. It literally can just wrap the function.
samdev-7 created a review comment on a pull request on Earl-Of-March-FRC/2025-7476-Reefscape
Why was this commented out?
samdev-7 created a review comment on a pull request on Earl-Of-March-FRC/2025-7476-Reefscape
Is break mode ideal for shooter?
samdev-7 created a review comment on a pull request on Earl-Of-March-FRC/2025-7476-Reefscape
```suggestion ``` Remove extra line, to avoid potential merge conflicts in the future
samdev-7 created a review comment on a pull request on Earl-Of-March-FRC/2025-7476-Reefscape
A NEO can take more current. ```suggestion .smartCurrentLimit(50); ```
samdev-7 created a review comment on a pull request on Earl-Of-March-FRC/2025-7476-Reefscape
Can you make sure formatting on this file is set to `Spaces: 2` in VS Code (configured via the bottom information bar near the right)? It's been weird for me too.
samdev-7 created a review on a pull request on Earl-Of-March-FRC/2025-7476-Reefscape
I was pretty picky in my review, and please say if any of my opinions don't make sense. There are quite a few changes that still need to be made before it can be merged. Most notably, the drivet...
samdev-7 created a review on a pull request on Earl-Of-March-FRC/2025-7476-Reefscape
I was pretty picky in my review, and please say if any of my opinions don't make sense. There are quite a few changes that still need to be made before it can be merged. Most notably, the drivet...
samdev-7 opened a pull request on hackclub/juice
Add Rampant Routing
A game about routing PCBs, with a twist…samdev-7 opened a pull request on PhotonVision/photonvision
Add 3D tracking of the 2025 Algae in Colored Shape pipelines
Added the ability to track Algae in 3D with colored shape pipelines. Very similar to other ball-shaped models.samdev-7 created a branch on samdev-7/photonvision
dev - PhotonVision is the free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition.
samdev-7 pushed 62 commits to shooter Earl-Of-March-FRC/2025-7476-Reefscape
- Fix readme e80900a
- Merge branch 'main' into drivetrain 82d853e
- Add drive subsystem and command 7fe3ac0
- Move limelight code from Earl-Of-March-FRC/2025-7476-Reefscape-Limelight 4f48973
- adjusted return factors for returning an algae to llpython e268812
- limelight algae detection threshholding adjustments 6314554
- Robot oriented drive a2b32b9
- Add Gyro 87c888a
- Field relative drive 6e10875
- Field relative drive fixes d2af7e6
- Add gyro calibration d7a71df
- Tested new detection range: 19ft e6ace63
- [UNTESTED] Get limelight data from NetworkTable 3a871a0
- Merge branch 'vision' of https://github.com/Earl-Of-March-FRC/2025-7476-Reefscape into vision ee55782
- Added the GyriNavX class 5970b05
- Moved GyroNavX into the drive train folder e2550e2
- [TESTED] limelight algae detection 20' 7495053
- Changed constants to match CanId's ad7709f
- Use NavX gyro f31d62f
- Add comment 2714b4f
- and 42 more ...