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
Suggested improvement
How can we fix it or make it clearer?
DriveBase class initializer: mention that wheel diameter is often printed on the side of the LEGO tire (if it says A mm x B mm, which is diameter?) and pin holes in beams are approx 8mm center-to-center in case you don't have a ruler handy, you can use that to estimate.
The intializer API doc should also link to the "Measuring and validating the robot dimensions" section, otherwise it is easy to miss.
Methods that don't have a speed parameter should mention the settings() method as the way to set the speed.
The settings() method should mention the default values.
Methods should document possible exceptions. For example, you get a ValueError if the angle in turn() is too large, but what is the largest allowable angle?
The text was updated successfully, but these errors were encountered:
Describe the issue
What is wrong or unclear?
Suggested improvement
How can we fix it or make it clearer?
DriveBase
class initializer: mention that wheel diameter is often printed on the side of the LEGO tire (if it says A mm x B mm, which is diameter?) and pin holes in beams are approx 8mm center-to-center in case you don't have a ruler handy, you can use that to estimate.settings()
method as the way to set the speed.settings()
method should mention the default values.ValueError
if theangle
inturn()
is too large, but what is the largest allowable angle?The text was updated successfully, but these errors were encountered: