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/
210 stars 86 forks source link

Control Temi from API #455

Closed faysalbadaoui closed 7 months ago

faysalbadaoui commented 7 months ago

Is there any way to use api.robotemi.com to control my temi. So I can control It from external service?

25ahmed commented 1 month ago

Can you please give us a quick summary on how you did that (controlling Temi from external device) ?

faysalbadaoui commented 20 hours ago

There are multiple ways. You can use MQTT to send orders to an Andorid app running on you Temi, and then control it with the sdk passing the location on the MQTT message. Or the same logic but using Push notifications instead of MQTT. But, I was interested on the API they use on Temi Center to do this, but I guess the API is not open to everyone.