Skip to content

Commit

Permalink
Update InMoov2Config.java
Browse files Browse the repository at this point in the history
  • Loading branch information
hairygael authored Oct 10, 2023
1 parent 80cd12d commit c23129e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ public Plan getDefault(Plan plan, String name) {

// == Peer - servoMixer =============================
// setup name references to different services
ServoMixerConfig servoMixer = (ServoMixerConfig) plan.get(getPeerName("servoMixer"));
servoMixer.listeners = new ArrayList<>();
servoMixer.listeners.add(new Listener("publishText", name + ".mouth", "onText"));

Expand Down

0 comments on commit c23129e

Please sign in to comment.