robotemi / sdk

temi is an unparalleled robotic platform introducing a new dimension of development - movement. Using temi’s SDK, developers can create new functionalities and introduce new use cases via temi’s Android tablet. temi’s movement and navigation capabilities run off of it's Linux computer and uses a set of 16 sensors including a Lidar, depth cameras, driving cameras, and microphones. We encourage our developer community to suggest and request expanded functionality within the SDK and we will adhere to your needs. We want to enable you to create skills like never seen before! We will be constantly improving the SDK and its documentation. Please feel free to reach out to us with any questions or thoughts at developers@robotemi.com
https://www.robotemi.com/
201 stars 85 forks source link

Temi movement #425

Closed hkryan closed 8 months ago

hkryan commented 8 months ago

Hi, I would like let Temi move forward one step and turn right without mapping in a progress of my app, but not success, which function I can use? if use robot.skidJoy(1f, 0.0f) in version 2 Temi tremor then stop, and don't want to display a "Remote" message on screen.

Thanks

zjn0505 commented 8 months ago

The green label can be disabled from temi settings -> General settings -> Notifications.

Or use SDK method to disable it https://github.com/robotemi/sdk/wiki/Utils#setTopBadgeEnabled

hkryan commented 8 months ago

Thanks zjn0505