-
Notifications
You must be signed in to change notification settings - Fork 91
Robot API_chn
lcgao edited this page Dec 17, 2019
·
10 revisions
| 静态方法 | |
| Robot | getInstance() |
| Public 成员方法 | |
| void | speak(Tts ttsRequest) |
| void | goTo(String location) |
| List<String> | getLocations() |
| boolean | saveLocation(String name) |
| boolean | deleteLocation(String name) |
| void | beWithMe() |
| void | constraintbeWith() |
| void | stopMovement() |
| String | getSerialNumber() |
| boolean | Privacy Mode - get(), set(on) |
| BatteryData | getBatteryData() |
| void | showTopBar() |
| void | hideTopBar() |
| void | skidJoy(float x, float y) |
| void | turnBy(int degrees) |
| void | tiltAngle(int degrees) |
| void | tiltBy(int degrees) |
| String | startTelepresence(String displayName, String peerId) |
| UserInfo | getAdminInfo() |
| List<UserInfo> | getAllContact() |
| List<RecentCallModel> | getRecentCalls() |
| void | toggleWakeup(boolean disable) |
| void | toggleNavigationBillboard(boolean hide) |