sphero-inc / Sphero-iOS-SDK

🚫 DEPRECATED: Sphero™ is the amazing robotic ball ( sphero.com ) created by Orbotix, this is the repository for the iOS SDK for Sphero™. Visit dev site for more information:
http://sdk.sphero.com
225 stars 81 forks source link

Ollie's Set Heading Issues #59

Open pip8786 opened 7 years ago

pip8786 commented 7 years ago

Setting the heading for ollie will always make the angle come up short. This is true using the API in our app and within the Lightning Lab App. Is there a way to get around this? The heading setting seems to work well for all the other robots. It's important for our application that we are able to accurately set specific headings.

zenelk commented 7 years ago

Hey there, I don't understand what you mean by "make the angle come up short". Could you explain a bit more so I know what to look for?

pip8786 commented 7 years ago

If I tell it to set heading to 90 degrees, move 0 velocity, it will turn but to about 75 degrees instead of 90, even with the backlight on. We're trying to separate the moving from the turning in our application to make it easier to time our movement for distance.