Enums
This module contains enumerations for various features of the robot.
- class pymirokai.enums.enums.AccessLevel(value)
Bases:
EnumAn enumeration.
-
ADMIN:
int= 20
-
ENCHANTER:
int= 10
-
USER:
int= 30
-
ADMIN:
- class pymirokai.enums.enums.Arm(value)
Bases:
EnumEnumeration for the arms of the robot.
- LEFT = 'left'
- RIGHT = 'right'
- class pymirokai.enums.enums.AttentionPriority(value)
Bases:
EnumEnumeration for attention priority of the robot.
- DEPOSIT_ZONE = 'deposit_zone'
- EVERYTHING = 'everything'
- FIREFLY = 'firefly'
- HANDLES = 'handles'
- HUMAN = 'human'
- class pymirokai.enums.enums.BackgroundExpression(value)
Bases:
EnumEnumeration for background expressions of the robot’s face.
- AMAZED = 'emotion_amazed'
- ASLEEP = 'emotion_asleep'
- DAZZLED = 'emotion_dazzled'
- DETERMINED = 'emotion_determined'
- EMBARASSED = 'emotion_embarassed'
- HAPPY_BIG_SMILE = 'emotion_happy_big_smile'
- INTEREST = 'emotion_interest'
- JOY = 'emotion_joy'
- NEUTRAL = 'emotion_neutral'
- PERPLEXED = 'emotion_perplexed'
- PRIDE = 'emotion_pride'
- SADNESS = 'emotion_sadness'
- SURPRISE = 'emotion_surprise'
- class pymirokai.enums.enums.Ear(value)
Bases:
EnumEnumeration for the ears of the robot.
- LEFT = 'left'
- RIGHT = 'right'
- class pymirokai.enums.enums.EyesBehavior(value)
Bases:
EnumEnumeration for eyes behavior of the robot.
- BROAD_LOOK_AWAY = 'broad_look_away'
- EYE_WANDER = 'eye_wander'
- IDLE = 'idle'
- INFINITE_SHAPE = 'infinite_shape'
- LOOK_DOWN = 'look_down'
- LOOK_UP = 'look_up'
- PIPED_RANDOM = 'piped_random'
- STRAIGHT = 'straight'
- class pymirokai.enums.enums.FaceAnim(value)
Bases:
EnumEnumeration of available face animations.
- AMAZED = 'emotion_amazed'
- DAZZLED = 'emotion_dazzled'
- DETERMINED = 'emotion_determined'
- EMBARASSED = 'emotion_embarassed'
- HAPPY_BIG_SMILE = 'emotion_happy_big_smile'
- INTEREST = 'emotion_interest'
- JOY = 'emotion_joy'
- NEUTRAL = 'emotion_neutral'
- PERPLEXED = 'emotion_perplexed'
- PRIDE = 'emotion_pride'
- SADNESS = 'emotion_sadness'
- SURPRISE = 'emotion_surprise'
- class pymirokai.enums.enums.GraspSide(value)
Bases:
EnumEnumeration for grasping side of the robot.
- LEFT = 'left'
- RIGHT = 'right'
- class pymirokai.enums.enums.Hand(value)
Bases:
EnumEnumeration for the hands of the robot.
- LEFT = 'left'
- RIGHT = 'right'