scripts.gesture_loader

Module contents

Author: Carmen Meinson

class GestureLoader

Bases: object

add_gestures_to_model(model: scripts.core.model.Model, gesture_names: Set[str]) None

Based on the given gesture names, add the desired gestures to the model as well as the moules used by said gestures

Parameters
  • model (Model) – model to add the gestures to

  • gesture_names (Set[str]) – names of the gestures to add