Recent Changes - Search:
Email iofreak@yahoo.com with comments and/or suggestions.

Aibo General

Aibo Development

Wiki Help

Aibo Links

R-Code » PLAY

R-Code.PLAY History

Hide minor edits - Show changes to markup

April 27, 2006, at 05:44 PM CST by iofreak -
Changed lines 10-11 from:

PLAY:ACTION:action[:arg-1:arg-2:arg-3]

to:

PLAY:ACTION:action[:arg-1:arg-2:arg-3]

April 26, 2006, at 06:13 PM CST by iofreak - Linking to system actions list
Changed lines 2-3 from:

Instructs AIBO to perform an action.

to:

Instructs AIBO to perform an action.

February 07, 2006, at 09:08 PM CST by iofreak -
Added line 33:
February 07, 2006, at 08:55 PM CST by iofreak -
Changed lines 6-7 from:

(:ers111:) (:ers210:) (:ers220:) (:ers311:) (:ers7:)

to:

(:ers210:) (:ers220:) (:ers311:) (:ers7:)

February 06, 2006, at 08:38 PM CST by iofreak -
Added lines 4-7:

Models

(:ers111:) (:ers210:) (:ers220:) (:ers311:) (:ers7:)

February 06, 2006, at 08:28 PM CST by iofreak -
Changed lines 6-7 from:

PLAY:ACTION:action[:arg-1:arg-2:arg-3]

to:

PLAY:ACTION:action[:arg-1:arg-2:arg-3]

Changed lines 21-22 from:

(:source lang=rcode header="Example(s)":)

to:

Example(s)

(:source lang=rcode:)

Deleted line 25:
February 06, 2006, at 08:25 PM CST by iofreak -
Changed lines 6-7 from:

PLAY:ACTION:action[:arg-1:arg-2:arg-3]

to:

PLAY:ACTION:action[:arg-1:arg-2:arg-3]

Changed lines 21-22 from:

(:source lang=rcode header="Example":)

to:

(:source lang=rcode header="Example(s)":)

Added line 24:
February 06, 2006, at 08:23 PM CST by iofreak -
Changed line 1 from:

PLAY Command

to:

PLAY Command

Changed line 10 from:
to:
February 06, 2006, at 08:20 PM CST by iofreak -
Changed line 10 from:
to:
February 06, 2006, at 08:19 PM CST by iofreak -
Changed lines 12-13 from:
actionThe name of the action for AIBO to perform. Action names are defined in the file Action.cfg.
arg-(1, 2, 3)Optional action arguments (use varies depending on specified action), variable or constant value.
to:
actionThe name of the action for AIBO to perform. Action names are defined in the file Action.cfg.
arg-(1, 2, 3)Optional action arguments (use varies depending on specified action), variable or constant value.
February 06, 2006, at 08:19 PM CST by iofreak -
Added line 13:
arg-(1, 2, 3)Optional action arguments (use varies depending on specified action), variable or constant value.
Changed lines 15-18 from:
arg-(1, 2, 3)Optional action arguments (use varies depending on specified action), variable or constant value.

to:
February 06, 2006, at 08:17 PM CST by iofreak -
Changed line 11 from:
PartDescription
to:
PartDescription
February 06, 2006, at 08:17 PM CST by iofreak -
Changed lines 10-11 from:
PartDescription
to:
PartDescription
February 06, 2006, at 08:13 PM CST by iofreak -
Added lines 1-26:

PLAY Command

Instructs AIBO to perform an action.

Syntax

PLAY:ACTION:action[:arg-1:arg-2:arg-3]

The PLAY command syntax has the following parts:

PartDescription
actionThe name of the action for AIBO to perform. Action names are defined in the file Action.cfg.

arg-(1, 2, 3)Optional action arguments (use varies depending on specified action), variable or constant value.

Remarks

AIBO will check whether the current posture is equal to the start posture of the action to be performed. If it is not, AIBO will automatically transition to the action's starting posture. Once the starting posture has been achieved, AIBO will start to perform the actual action.

(:source lang=rcode header="Example":)

   PLAY:ACTION:STAND
   PLAY:ACTION:KICK:30:1000

(:sourcend:)

Edit - History - Print - Recent Changes - Search - Site Terms of Use
Page last modified on April 27, 2006, at 05:44 PM CST