-
Notifications
You must be signed in to change notification settings - Fork 91
Robot API_chn
lcgao edited this page Nov 6, 2019
·
10 revisions
| Static Methods | |
| Robot | getInstance() |
| Public Member Methods | |
| void | speak(Tts ttsRequest) |
| void | goTo(String location) |
| List<String> | getLocations() |
| boolean | saveLocation(String name) |
| boolean | deleteLocation(String name) |
| void | beWithMe() |
| void | stopMovement() |
| String | getSerialNumber() |
| 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) |