From 13954210cd060334f7bdc2233f5742b5ccb38144 Mon Sep 17 00:00:00 2001 From: Seef753 <122319259+Seef753@users.noreply.github.com> Date: Tue, 2 Apr 2024 15:47:02 -0500 Subject: [PATCH] auton! drive.withVelocityX(-0.2 * MaxSpeed) // Drive forward with + // negative Y (forward) + .withVelocityY(0.0 * MaxSpeed) // Drive left with negative X (left) + .withRotationalRate(0.0 * MaxAngularRate) // Drive counterclockwise with negative X (left) + )); + //return Commands.print("No autonomous command configured"); + return null; } }