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

Access to schedule of the robot (meeting and task) #437

Open jmLemaireEng opened 10 months ago

jmLemaireEng commented 10 months ago

Hi, I've been reviewing the SDK and it appears that there isn't a function allowing access to the robot's existing schedule. I haven't found any information regarding the meeting schedule or the scheduler with different sequences.

1.Is there a function for this that I might have missed? 1.1. If not, is there a plan to include such a function in the future? 2.Is it possible for me to add events to the schedule? 2.1. If yes, how can I do this?" 2.2. If not, is there a plan to include such a function in the future?

zjn0505 commented 10 months ago

Meeting schedule and Scheduler are two different features in temi.

For the first one, you can schedule a meeting with createLinkBasedMeeting method.

But the other scheduler, there is no api to create one or get the list in temi SDK, and I cannot provide the estimation of adding it to SDK.

In my opinion this is a user oriented function to schedule a task in the future. On the other hand as developers we can use Android's AlarmManager to schedule a task in the app to start a sequence and run code with better flexibility.

jmLemaireEng commented 10 months ago

Thank you for your prompt response. I am already aware of the createLinkBasedMeeting function, but I'm wondering if there's a way to access all the scheduled meetings. For example, if I want to create a connected calendar similar to Calendly but integrated with Temi, is this currently possible with the available API?

It's noteworthy that there isn't an API for the scheduler. This absence restricts the potential for enhancing Temi's intelligent behavior. Do you know if there are any plans to include this in the future?

The AlarmManager is intriguing, but it seems to require further development, as it necessitates essentially rebuilding the scheduler from Temi-Center, I believe.