You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.
Hello, we used the SDK from the beta branch and found out some weird issue when using the macro command to control our SPRK+, after sending command for motor and color changing, SPRK+ became out of control no matter what we sent to it, any help would be appreciated, thx for your help 👍
The text was updated successfully, but these errors were encountered:
Hello, I am facing a similar problem. I've bought a SPRK+ and an Ollie Darkside. I am able to run the different samples from the beta branch, except the MacroSample. For instance, the MacroSquare method does not work. But if I remove all the addCommand calls, except this one :
[macro addCommand:[RKMCRoll commandWithSpeed:_robotSpeed heading:0 delay:_robotDelay]];
then it works...
I suspect there is a kind of time out problem or buffer size of the command size (but changing the RKMacroObjectMode on the macro does not change anything).
Do you have any advice or knowledge of how to deal with several addCommand calls ?
Any help would be really appreciated !
Best regards
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, we used the SDK from the beta branch and found out some weird issue when using the macro command to control our SPRK+, after sending command for motor and color changing, SPRK+ became out of control no matter what we sent to it, any help would be appreciated, thx for your help 👍
The text was updated successfully, but these errors were encountered: