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

Get map data of all maps without having to load #440

Open mohamedhadrami opened 4 months ago

mohamedhadrami commented 4 months ago

Hello,

I want to be able to get the map data for maps without having to run loadMap(). When you run getMapList(), you only get back a list of MapModel objects of all the maps, only providing the id and the name. Instead, can it be a list of MapDataModel objects? I tried iterating over all the maps and loading them and storing their data, but that lead to some issues. Could this be implemented in upcoming versions?

Thank you