Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 39 online users. » 0 Member(s) | 39 Guest(s)
|
Latest Threads |
EchoTik: Unlocking Insigh...
Forum: 2024 WPILIB CMD Project
Last Post: LuzUeki28006
03-28-2025, 06:11 AM
» Replies: 1
» Views: 332
|
My repository
Forum: 2024 WPILIB CMD Project
Last Post: prank
04-27-2024, 06:30 PM
» Replies: 0
» Views: 1,003
|
Talon FX motors
Forum: 2024 WPILIB CMD Project
Last Post: pranay
04-20-2024, 06:38 PM
» Replies: 3
» Views: 3,212
|
Repo
Forum: 2024 WPILIB CMD Project
Last Post: naman1034
04-20-2024, 05:07 PM
» Replies: 0
» Views: 999
|
FunctionalCommand
Forum: 2024 WPILIB CMD Project
Last Post: bwg
04-17-2024, 04:46 PM
» Replies: 0
» Views: 1,022
|
Actually done now
Forum: 2024 WPILIB CMD Project
Last Post: michaelc
04-17-2024, 03:38 AM
» Replies: 0
» Views: 1,010
|
Talon FX
Forum: 2024 WPILIB CMD Project
Last Post: bwg
04-16-2024, 09:14 PM
» Replies: 1
» Views: 1,800
|
I think im mostly done...
Forum: 2024 WPILIB CMD Project
Last Post: michaelc
04-13-2024, 06:54 PM
» Replies: 0
» Views: 1,055
|
My repo
Forum: 2024 WPILIB CMD Project
Last Post: michaelc
04-13-2024, 04:48 PM
» Replies: 0
» Views: 1,045
|
Progress
Forum: 2024 WPILIB CMD Project
Last Post: bwg
04-12-2024, 05:21 PM
» Replies: 0
» Views: 998
|
|
|
Vacuum, Trig, and Intake |
Posted by: michaelc - 04-09-2024, 04:55 PM - Forum: 2024 Offseason TODO List
- No Replies
|
 |
I have 3 things that I would like to see done this offseason. they range from stuff that will take one hour, to one day, to a couple of weeks.
1. Vacuum the carpets.
The carpets have gotten very dirty over this season and it is something that we can do reasonably quickly.
2. Use trig for our auto-shoot instead of tuning.
This means using trig to find the right angle for our tilt instead of tuning. This is highly theoretical because the farther we get out, the less accurate our apriltag data will be, but it would be cool to try.
3. Try an under-the-bumper intake model on our practice bot.
This may be impractical and is also something that mechanical would have to do and not us, but the over-the-bumper strategy that we have been using is very slow and power-heavy, possibly contributing to our lower-than-competition cycle times, which may have even caused us to not get picked. During the season, this would have been a huge change to make and we had to move forward with our design, we should not regret anything, but now in the offseason we have time and I would like to see how that plays out. I think the best way to do this is to make the updown arm lower in the drivebase and fixed upright, and then tilt the tilt almost upright to intake. Then we could make a new prototype bumper. I think that this could make our robot even more competitive in the offseason and cut down our cycle times.
|
|
|
Mirroring Software + Replacing Code |
Posted by: anvisingh12 - 04-08-2024, 10:52 PM - Forum: 2024 Offseason TODO List
- No Replies
|
 |
- Figure out why the software for mirroring automodes from the blue to red side was producing inaccurate results (I believe we have a workaround solution in place right now)
- Replace Butch's code with ours by completing the coding assignments we were given at the start of this season
|
|
|
WPILIB CMD Framework Project |
Posted by: bwg - 04-08-2024, 02:59 PM - Forum: 2024 WPILIB CMD Project
- No Replies
|
 |
This season has convinced me that we need to revamp our software strategy. We have our own framework and many of our own tools. This was necessary when they were created because these things did not exist from other sources. The problem we have now is with our own framework, many of the things being provided by first and WPILIB as well as by other teams does not work with our framework.
So, I think its time to shift to the CMD framework from WPILIB.
So here is what I want the software students (except our senior Ashlie) to work on.
- Be sure you have a computer you can work on. If you have a laptop great. If you do not, let me know and lets figure something out. It is important for software to put in time outside of the meetings if you want to really be able to write robot code.
- Ensure you have the WPILIB tools installed on your laptop.
- Using the WPILIB provided VS Code, create a template/Java/Command Robot
- Modify the ExampleSubsystem to include just one of the shooter wheels.
- Modify the ExampleCommand to turn this shooter wheel at N revolutions per second.
- Create and automode that turns the shooter wheel at 20 RPS for 5 seconds , then pauses for 5 seconds and then turns the wheels, then turns the shooter wheels for 5 seconds
There are some links for reading below.
The idea here is that you dig through the reading and start giving it your best shot. If you have things you cannot figure out, email this list (so we all benefit from questions and answers).
We will also help in the meetings, but the bulk of digging through this stuff will be outside of meeting. Each meeting we will see where everyone is and try to answer the most pressing questions.
https://docs.wpilib.org/en/stable/docs/s...index.html
https://docs.ctr-electronics.com/
And when you install WPILIB there is a documentation link installed.
|
|
|
|