19458 Equilibrium.exe Progress Updates #249
Replies: 9 comments 49 replies
-
|
I wired a SystemCore and Expansion Hub to a mecanum drivetrain and followed these instructions to create a sample program. However, after following instructions to deploy the code and VSCode said "BUILD SUCCESSFUL", my DS still says "No Robot Code" and I don't know how to resolve that. |
Beta Was this translation helpful? Give feedback.
-
|
We successfully got a robot moving with a SystemCore and Expansion Hub. I did notice that the motors didn't stop right away or even at the same time when I released the joystick. The attached video is all forward and backward motions from the gamepad, but you can clearly see that it seems to be trying to correct itself in an undesired way. I'm wondering if something for Teleop OpModes that makes MecanumDrive stop when there's no gamepad input would help mitigate this issue, although that probably isn't doing anything for the root cause of the problem. I tried setting IMG_1442.mov |
Beta Was this translation helpful? Give feedback.
-
|
I am trying to get autonomous motion working by setting the position setpoint of the motor but it seems like the motors are not receiving any power even after I set the setpoint. I have set a P value in the position PID. The code is here. |
Beta Was this translation helpful? Give feedback.
-
|
I started working on a slightly more complicated auto and when I went to test it, it said there was no code running. I went to check it for the other opmodes which had been working previously and this TeleOp had the same issue which while I had changed it slightly since I last ran it I didn't see any changes that would cause it to break. This is the other opmode that isn't working. |
Beta Was this translation helpful? Give feedback.
-
|
I was able to get the square auto working without much trouble. In working on it there were a few things I noticed that were annoying/unintuitive. The first is that there is no way to get the set-point from an |
Beta Was this translation helpful? Give feedback.
-
|
I was able to get I2C sensors working pretty easily. I started with getting a Color Senor V3 working which was very simple and straightforward. I then wanted to get a GoBilda Pinpoint working. I was able to have ChatGPT port the driver to WPILib fairly easily and got the pinpoint working. I then started to implement simple PidToPoint pathing. While I don't quite have everything working yet. I did have a problem in tuning though. My tuning OpMode would crash whenever I would change the target values with Smart Dashboard. I'm not certain what I am doing wrong and I was unable to find anywhere that displayed runtime errors. |
Beta Was this translation helpful? Give feedback.
-
|
We recently received the A301s and I had little bit of trouble updating the firmware. I would click the update button after uploading the firmware file and nothing would happen. This was resolved after a power cycle. |
Beta Was this translation helpful? Give feedback.
-
|
We were able to build an A301 drivetrain. However we had a pretty major issue with one of the motor ports. I have to do more throughout testing to confirm exactly what the issue is but I are confident that the motor itself and the wire is fine. The issue we were having was that when we set the throttle of the motor the motor would not spin. However we were still getting position data from the motor. Additionally, though this may be due to a code issue or the install not working it seemed like an adjacent port was getting power when I sent power to the seemingly broken port. I don't have time to do a more through analysis but I will probably be able to next weekend. |
Beta Was this translation helpful? Give feedback.
-
|
Me and the rest of my team were wondering if it would be possible to get the data sheet for the A301s. If we can't get the full data sheet would it at least be possible to get a motor curve for them? Thanks |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
We picked up our SystemCore and MotionCore on Friday and powered it on in the hotel. After some difficulty flashing the OS (see #243 which is now resolved), we got it configured and connected to the DS. The first task we plan to do is run one of the mecanum drivetrains we use at outreach events from the SystemCore.
Beta Was this translation helpful? Give feedback.
All reactions