Chore: Update Robot Controller. See additional notes below.#4
Chore: Update Robot Controller. See additional notes below.#4dguisti merged 4 commits intoVCSilverCircuits:mainfrom
Conversation
Disabled certain OPModes for safety. 50% speed to reduce possible damage to humans or materials
Disabled certain OPModes for safety. 50% speed to reduce possible damage to humans or materials
|
Tested on robot on 3:15 AM 6/21/25 https://github.com/user-attachments/assets/9ddce18f-b93f-411a-ba28-29fd2c158637 att. 1 https://github.com/user-attachments/assets/01c5f6e1-222e-4f1a-b4c2-1323f88f14d8 att. 2 |
dguisti
left a comment
There was a problem hiding this comment.
Looks good. Might want to hook into core later for maintainability, but for outreach this is fine.
Core was removed in favor of User Instructions on how to use the robot. BaseTeleOp was overriding my telemetry for that and I didn't want to modify core. |
TuckerzKnight
left a comment
There was a problem hiding this comment.
Um it looks like there was a comment in there referring to the REV motors used (line 28), that information is not relevant to the following code could you please remove that
Undertow V1 uses REV Motors unlike GoBilda in V2 |
|
Thanks! |
Overview
This PR adds a capped speed control to the
OutreachTeleOpMode to ensure safer driving during outreach events. Extra libs were removed and "how to drive robot" instructions were added.Changes
driveSpeed = 0.5to limit motor power so we don't break things on impactDisabled certain OPModes for safety. 50% speed to reduce possible damage to humans or materials. Git is hiding most of the diff for no reason, but the
FTCRobotControllerfolder is new