Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Update Waterbot.java
Browse files Browse the repository at this point in the history
  • Loading branch information
michaell4438 authored Nov 30, 2023
1 parent e68a4c1 commit be0d6a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
public class Waterbot extends OperationMode implements TeleOperation {
@Override
public void construct() {
registerFeature(new NativeMecanumDrivetrain(false));
registerFeature(new NativeMecanumDrivetrain(true));
registerFeature(new PixelGrabber());
registerFeature(new ActuatorFeature());
registerFeature(new TiltableLinearSlide());
Expand Down

0 comments on commit be0d6a1

Please sign in to comment.