Set the motion Args: motion: The motion to set
(self, motion: str)
| 57 | return [] |
| 58 | |
| 59 | def do_motion(self, motion: str) -> None: |
| 60 | """Set the motion |
| 61 | |
| 62 | Args: |
| 63 | motion: The motion to set |
| 64 | """ |
| 65 | pass |
| 66 | |
| 67 | def set_mouth_amplitude(self, amplitude: float) -> None: |
| 68 | """Set the mouth amplitude |
nothing calls this directly
no outgoing calls
no test coverage detected