FTC 21430 "BroomBots" SystemCore Progress Thread #282
Replies: 3 comments 8 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.



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