Skip to content

Version 1.138.0

Latest

Choose a tag to compare

@zjn0505 zjn0505 released this 26 Jun 05:52
0c50044

Version 1.138.0

  • Released on June 18, 2026.
  • Compatibile with temi 138 Launcher, minimum version 19627.

Navigation

  • Support call tiltAngle() to tilt temi's head when robot is going to a location and position.
  • Fix SpeedLevel.VERY_SLOW not respected in goto and gotoPosition methods.

System

  • Add es-CO, es-Ar and ur-PK to TTS language.
  • Add ur-PK to STT language.
  • Add getOrganizationInfo() to get organization info.

Map

  • Add Navigation Zone support.
    • SDK can get current zone, and all zones.
    • SDK can listen to zone entrance and exit events.
    • Zone profile will not be automatically applied when goto is initiated from SDK
    • SDK can apply zone profiles anytime when robot is going to a location and position.

Voice flow

  • If app is overriding conversation layer, LLM history can be cleared in WakeupRequest with newSession=true.
  • Fix OnConversationStatusChangedListener sending multiple SPEAKING and IDLE during LLM TTS.