riolog print cleanup

This commit is contained in:
aarav18
2023-03-22 20:01:50 -06:00
parent a88b2a72e3
commit f87e39b594
6 changed files with 0 additions and 20 deletions
@@ -128,7 +128,6 @@ public class RobotContainer {
// TODO: find actual values
private SequentialCommandGroup placeCubeHigh =
new SequentialCommandGroup(
// new InstantCommand(() -> System.out.println("Placing cone high")),
new PivotCommand(m_robotArm, 64 + 135),
new InstantCommand(() -> m_robotArm.setRotVel(0)),
new TeleCommand(m_robotArm, 95642),