Joystick Symbols

Symbols for joystick input.

The formalized behavior references a variety of input and output symbols, which can stand for variables or functions of the agent's software. Constants are constant decimal values.

Input Symbols

NameTypeMeasureDescription
joystick-data.xdecimal[-1..1]The value of the joysticks x axis.
joystick-data.ydecimal[-1..1]The value of the joysticks y axis.
joystick-data.zdecimal[-1..1]The value of the joysticks z axis.
joystick-data.acceldecimal[0..1]The value of the joysticks accelerator.
joystick-data.buttonenumeratedno-button

button1

button2

button3

button4

button5

button6

button7

button8

button9

button10

button11

button12

The actual pressed button of the joystick.
joystick-data.coolieenumeratedno-coolie

N

NE

E

SE

S

SW

W

NW

The actual position of the joysticks coolie hat.
joystick-data.direct-special-actionbooleantrue/ falseThe boolean if a special-action-id is set for direct execution.
joystick-data.special-action-iddecimalintegerThe id of the special action to be executed.
joystick-data.time-since-last-messagedecimalmsThe time since the last reception of JoystickData.