Interface MockNaoInterface

All Superinterfaces:
NaoInterface, SpeechProductionInterface, VelocityInterface
All Known Implementing Classes:
MockNaoComponent

public interface MockNaoInterface extends NaoInterface
  • Method Details

    • setFloorSupport

      void setFloorSupport(boolean value)
      To set if there's floor support. Allows mocking the sensor checks done from the real robot.
      Parameters:
      value -
    • setObstacle

      void setObstacle(boolean value)
      To set if there's an obstacle. Allows mocking the sensor checks done from the real robot.
      Parameters:
      value -