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
Copy file name to clipboardExpand all lines: docs/get-started/drive-rover.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ async def moveInSquare(base):
129
129
130
130
{{% alert title="Tip" color="tip" %}}
131
131
132
-
If you are interested to learn about what other commands you can give to a base, see the standardized [base API](/components/base/#api) for a full list of available API methods.
132
+
If you are interested to learn about what other commands you can give to a base, see the standardized [base API](/components/base/#api) for a full list of available API methods.
133
133
{{% /alert %}}
134
134
135
135
Next, remove all the code in the `main()` function between where the machine connection is established and closed and instead initialize your `base` and invoke the `moveInSquare()` function.
0 commit comments