Class IMGUIFieldReporter


  • public class IMGUIFieldReporter
    extends java.lang.Object
    A tool that hooks into HALSIM to report the robot's simulated position to IMGUI
    • Method Detail

      • isHooked

        public boolean isHooked()
        Check if this tool has successfully hooked into HALSIM
        Returns:
        Has successfully hooked?
      • reportRobotPosition

        public void reportRobotPosition​(edu.wpi.first.wpilibj.geometry.Pose2d p)
        Set the robot's position in IMGUI Simulation
        Parameters:
        p - Robot position