FTC 21430 "BroomBots" SystemCore Progress Thread #282
Replies: 6 comments 12 replies
-
|
The vision processing support has not been released yet. Limelight has been making a lot of progress on it and an initial release will hopefully be coming soon. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Current status update, No major accomplishments since last post.Current Goal Progress NEW QUESTION: HOW DO WE DO TELEMETRY???What I did Next came getting a value up onto AdvantageScope. I tried refering to the WPILib Documentation for Telemetry where I originally learned about AdvantageScope, but nowhere did I find an example of how to actually log the data to be seen. Another google search / minor AI assist got me to the DataLogManager class in WPILib, alongside DataLog. By reading the source code for those classes, I think I figured out how to do it for just one joystick value. (I in fact did not) Current State + Blocking IssuesI have Advantage Scope connected to SystemCore telemetry such as imu data and all the diagnostics are displayed. My 'DefaultTeleMode' does nothing which the joysticks are moved with 2 A301s connected to MotionCore ports D0 and D1. My joystick telemetry does not appear anywhere in AdvantageScope when the opmode is running, and I decided I needed to log my session and take a break. If anyone is familiar with these things, I would really love some help! Project CodeRobot.java DefaultTeleMode.java |
Beta Was this translation helpful? Give feedback.
-
|
One piece of hardware feedback we have is that the powerswitch should be a seperate component from the battery dock. Given that the battery is a large source of the weight for the robot, teams including us move the battery to the bottom on the robot or use it to shift the center of mass, therefore making the battery an invalid place for the powerswitch. |
Beta Was this translation helpful? Give feedback.
-
|
We would like to request hex shaft options for the A301 including 8mm for GoBilda and 5mm for Rev. This will make the A301s compatible with FTC teams' existing parts, as there are currently no spline shafts in common FTC Kits. |
Beta Was this translation helpful? Give feedback.
-
|
Having the ability to run the A301 without the full SystemCore & MotionCore setup would improve the prototyping process. Our hardware team made handheld switches that connect a battery directly to legacy FTC motors, where the students only need to click the switch one way or another. Servo Testers such as this one https://a.co/d/0gaxjhqe (Amazon Link) are also used. A separate device that can interface with the A301 would help teams experiment. |
Beta Was this translation helpful? Give feedback.





Uh oh!
There was an error while loading. Please reload this page.
-
Our team received our SystemCore and MotionCore set at championships and started with our basic testing soon after returning. As of writing this we have completed task 1 for the hybrid configuration including SystemCore setup, WPILib installation, running the expansion hub test Op-Modes, and we also got PID controllers running with the motors and the expansion hub encoder ports. This process took us around three hours to complete when we did it on 5/9/2026. Here are some thoughts we had written down during that session:
We were wondering: where would we start in order to testing SystemCore's vision processing capabilities? Apologies if new resources or updates have released since then and we missed them.
Now that the team is returning to session after a break, we are ready to continue our testing and are eager to push the control system to its limits. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions