Skip to content

Commit 3801226

Browse files
dsblankCopilot
andauthored
Update aitk/robots/dashboard.py
Co-authored-by: Copilot <[email protected]>
1 parent 8bcd700 commit 3801226

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

aitk/robots/dashboard.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ def dashboard(
3838
world: The simulation world containing the robot
3939
robot: The robot to control
4040
data: The list to store movement history
41+
move: A callable that executes robot movement. Should have the signature
42+
move(world, robot, steering, power, seconds), where it updates the robot's
43+
state in the world according to the given steering, power, and time step.
4144
4245
Returns:
4346
VBox: A Jupyter widget containing the control interface and world display

0 commit comments

Comments
 (0)