Replies: 4 comments 8 replies
-
You can read either the angle() method on the drive base or hub.imu.heading to get the current angle. We could consider adding a method to go to an absolute angle though. |
Beta Was this translation helpful? Give feedback.
-
My team did write their own drive and turn funktions to do this, its quite helpful. |
Beta Was this translation helpful? Give feedback.
-
My team has now worked some time with an absolut angle method. |
Beta Was this translation helpful? Give feedback.
-
We previously investigated temperature at https://github.com/orgs/pybricks/discussions/675#discussioncomment-3341131. So this makes me curious if this is really temperature or something else (was our previous investigation faulty?). |
Beta Was this translation helpful? Give feedback.
-
Would be great to have an additional function where it's possible to give an absolute target yaw angle instead of working with a relative only.
For example independent on the current yaw angle I can makes sure with TurnToYaw(0), that I look in the start direaction again.
Maybe I can create an own wrapper function doing the job, but at the moment I'm not sure where to find the yaw angle of the spike hub in the api.
Best
Beta Was this translation helpful? Give feedback.
All reactions