pamoja for TypeScript - v0.1.17
    Preparing search index...

    Class SimulatedRobot

    A robot that moves only in arithmetic.

    Index
    • Creates a robot at a starting pose.

      Parameters

      • dt: number

        the seconds each command advances it.

      • Optionalstart: Pose | null

        where it begins, defaulting to the origin.

      Returns SimulatedRobot

    • Drives the robot for one time step.

      Parameters

      Returns Promise<void>