FTC 11260 Up-A-Creek Robotics Progress Updates #260
Replies: 3 comments 4 replies
-
|
By logs from your robot code, do you mean any live data, or data that's recorded to a file? For most types of log information AdvantageScope can be used to download log files from the robot, view live data, and analyze them off of the robot network. There is a 2027 version included in the WPILib alpha, and on their github. Let me know if you meant something else though. |
Beta Was this translation helpful? Give feedback.
-
|
Right now, thats kind of the best way to grab console logs. We're eventually going to have a way to forward those logs to the DS like the existing roboRIO setup, but that hasn't been implemented on the robot side. However, would definitely recommend using SmartDashboard APIs currently (These will be replaced soon, but they still work for now), and using a dashboard to do data logging, like Blaze said above. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
We picked up our Systemcore at worlds and flashed the latest OS. We installed Wpilib 2027.0.0-alpha-6 on an M1 Macbook Pro for development. On the same laptop we also installed the FirstDriverStation to control the robot.
For a first test we placed the Systemcore on our Decode robot Epoch. We used OpModeRobot to make a simple Teleop to drive the robot. Video here. We saw some instances of the controls stuttering but have not had an opportunity to investigate.
The setup and development flow was straightforward (LOVE the deploy times). One question that came up in our initial testing was what is the easiest way to view the logs from our robot code. The only way we found so far was to use the Systemcore web UI but this seems non-ideal.
Beta Was this translation helpful? Give feedback.
All reactions