FTC #14204 Progress Updates #256
Replies: 15 comments 37 replies
The Systemcore beta 10 image here is compatible with WPILib alpha-5. |
|
We converted one of our Power Play demo bots to use Systemcore! It is working very well. |
|
We are starting to build an A301 chassis. It will be an 8 motor drivetrain. |
|
Over this past week, we have finished building the A301 drivetrain, and coded it in field-centric! There was no setDirection method for the A301s that I could find to reverse them, so it made our mecanum code look a little more jumbled using negative signs for power. The IMU was a little confusing at first, but the documentation hovering over the MountOrientation fixed that immediately. One extra thing I've noticed is that the RioLog says you've lost connection to the robot even if you are still connected. This confused me when I was first trying to upload code. We made a video where we have the chassis driving around down here: |
|
Today we have successfully ported the Pinpoint V2 driver to Systemcore! It was a little challenging porting it manually, but we have tested it and it is working well. I have the driver attached here for anyone who wants to play around with it. Fair warning, getPosX and Y methods return millimeters. |
|
I noticed that the REV Color Sensor V3 has built in support, so I am going to mess around with that at our next meeting. |
|
I was messing with the setAbsolutePosition methods after updating our A301s today, and there are a couple things I find odd.
I do really like the customizable speed for setAbsolutePosition though, that could be useful. |
|
CRI Feedback We took Woody to CRI, and showed it off to other teams in the pits and on the practice field. We even had a clip towards the beginning of the Sunday livestream of us talking about it! We got some feedback about how teams feel of the new system.
Overall I think there was a lot of good feedback here. People were very excited about the new control system, but were worried about the A301s, particularly the servo mode. |
If you are using AbsolutePosition mode, the motor should be retaining it's zero position reference through power cycles. If it's not, you should report the specific actions you are seeing. |
|
On Saturday, we ran our A301 bot in matches at Robot Rumble at the Raceway! We were able to use the same battery for 2-3 matches without any performance issues. After talking with the FTA about the Driver Station App, I think it would be good to have initialize options for OpModes so teams can have mechanisms move before auto starts. We did have a leaving autonomous program using a SequentialCommandGroup. We also had some people come talk to us about the system itself. They were excited about the potential of the Systemcore and Motioncore themselves. I heard multiple times about the nice new wiring. Everybody we talked to was concerned about the A301s. People liked the idea of 20 motors but not the idea of them being the only legal actuator. |
|
Robot Rumble At the Raceway |
|
I came into our building today to mentor our FLL team a little bit. When I was done with that I went to test the Limelight on our A301 bot and found that the power switch was left on with a battery inside. The battery charger says the battery is broken. I know this is a basic battery dock for our testing, but it can not work like this for FTC teams. Accidentally leaving a robot on for a prolonged period of time is not an extremely rare circumstance for teams and the Systemcore/battery dock should have some way to at least try and prevent this from happening. Especially with how expensive the new batteries are. |
|
What sort of features does WPILib Alpha 7 add? |





Uh oh!
There was an error while loading. Please reload this page.
#14204 here, we picked up our Systemcore and Motioncore at Worlds on Friday. Currently waiting for the updates to Systemcore to work with alpha 5, but we have a mecanum program ready to go to test! Excited to see how it goes and get the A3O1s in the future!


All reactions