mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 00:37:59 -06:00
riolog print cleanup
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user