Skip to content

Commit 5d7acd0

Browse files
committed
Added a print in resetbot
1 parent 3c4aaec commit 5d7acd0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

XRPLib/resetbot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
Run this file after interrupting a program to stop the robot by running "import XRPLib.resetbot" in the REPL.
99
"""
1010

11+
print("Stopping all motors and shutting down the robot...")
12+
1113
# using the EncodedMotor since the default drivetrain uses the IMU and takes 3 seconds to init
1214
for i in range(4):
1315
motor = EncodedMotor.get_default_encoded_motor(i+1)

0 commit comments

Comments
 (0)