RX24-Mini-Project-Code / PC Animatronic Playback System v01 / animatronic_config.json
animatronic_config.json
Raw
{
  "main_performance": {
    "video_file": "videos/AudioEditStarTours.mp4",
    "led_start_command": "p0.1",
    "servo_sequences": {
      "0.0": "animations/act1.1.json",
      "66.5": "animations/act2.3.json",
      "82.0": "animations/act3.2.json",
      "108.4": "animations/act4.1.json",
      "125.0": "animations/act5.2.json",
      "150.8": "animations/act6.1.json",
      "163.0": "animations/act7.1.json",
      "182.2": "animations/act8.2.json",
      "196.3": "animations/act9.1.json",
      "225.1": "animations/act10.2.json"
    }
  },
  "active_idle": {
    "countdown_video": "videos/LoadingScreenFast4x.mp4",
    "selection_method": "sequential",
    "sequence_delay": 1.0,
    "animations": [
      {
        "json_file": "animations/showidle.json",
        "audio_enabled": false,
        "led_enabled": false
      }
    ]
  }
}