Released on July 2, 2025.
Compatibile with temi 136 Launcher, minimum version 18610.
Sprint 136 temi launcher and SDK bring the following features and changes.
Navigation
SpeedLevelas the parameter ofgoToandgoToPositioncan be customized from 0.1-1.5 m/s
System
- Improve the
isReadycheck on the boot flow, will return false if robot boot is not completed. OnButtonStatusChangedListenerwill report buttonStatus.CLICKED- Add
OnButtonModeChangedListenerto broadcastModeof buttons if they are disabled or enabled. hideTopBartakes a new parametercompletely, this will hide the top bar completely including the white indicator bar.
Map
- Map status query,
isMapLocked,isMapLost - Map status listener
OnMapStatusChangedListener - Map name listener
OnMapNameChangedListener - Add
getMapElementsandgetMapImage, this should be more efficient thangetMapDataif only the desired data is expected. getReposeStatusto get repose status actively.Positioncontains a new boolean fieldisInMapArea
Sequence
playSequencetakes a new int paramterstartFromStepto start sequence from s specific step.OnSequencePlayStatusChangedListenercontains currentlysequenceId
Bug Fixes in 136 launcher :
- Fix a potential chained crash from Content Provider when Face app is in dying state.
- Fix a potential crash in getMapData when map elements contains illegal data.
- Return last cached postion rather than Position(0, 0, 0) on
getPositiontimeout failure. - [BREAKING] Fix the error that startFaceRecognition withSdkFaces was always enabled. With 136 launcher, use
startFaceRecognition(withSdkFaces = true)if SDK registerd faces should be used. - Goto
10007going status will be received without debouncing