java.lang.Object
edu.wpi.first.wpilibj2.command.Command
frc.alotobots.library.subsystems.vision.oculus.commands.PingCommand
All Implemented Interfaces:
Sendable

public class PingCommand extends Command
Command that sends a ping to the Oculus system and waits for a response. Used to verify communication with the Oculus headset.
  • Constructor Details

    • PingCommand

      public PingCommand(OculusSubsystem oculus)
      Creates a new PingCommand.
      Parameters:
      oculus - The Oculus subsystem to ping
  • Method Details