Comportamiento#

Introducción#

El robot VEX 123 puede representar diferentes emociones mediante una secuencia de movimientos de conducción, giros y sonidos.

A continuación se muestra una lista de todos los métodos:

Acciones: Expresar emociones.

  • act — Acts out a specified emotion.

Comportamiento#

act#

act makes the robot act out an emotion by performing a sequence of drive, turn, and sound behaviors.

Usage:
robot.act(emotion)

Parámetro

Descripción

emotion

The emotion to act out:

  • CRAZY — The robot makes wide circles in both directions while playing a swirling sound effect.
  • HAPPY — The robot spins quickly while playing a giggle sound effect.
  • SAD — The robot reverses, slowly turns left and right, and returns to its original position while playing descending notes.

# Act happy
robot.act(HAPPY)