robotemi/sdk

goTo() method parameters not matching documentation

BLG75 opened this issue · 2 comments

Hello,

I am using the goTo() method to send temi to a location, and I would like him to drive backwards. In my IDE, goTo() only accepts the string parameter for a map location name. However in documentation I see goTo() defined with additional boolean parameters for Temi driving backwards, for instance.

Why are these additional parameters not available in my project? Has this method been changed or replaced? Is there another method/ way to change the backwards and speed parameters outside of the goTo() method?
goto method
goto ide

Hi,
It seems like you are using an older version of the robotemi sdk maven.
Make sure your version is as follows:
implementation 'com.robotemi:sdk:1.131.4'

Thank you, that has resolved the issue