• Creates a robot icon to show in the simulator

    Returns

    the robot icon scaled to the board

    Parameters

    • props: {
          onTopOfRobots: string[];
          pos: SimulatedRobotLocation;
          robotId: string;
          style?: CSSProperties;
      } & RefAttributes<HTMLDivElement>

      the robot position and id

    Returns null | ReactElement<any, string | JSXElementConstructor<any>>

Generated using TypeDoc