Skip to content

Commit 9e5ff9c

Browse files
committed
Update sleep to 0.6
Address qcr/benchbot#66 Address qcr/benchbot#62
1 parent 2c6af3b commit 9e5ff9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/robot_callbacks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def _move_to_pose(goal, publisher, controller):
165165
if (time() - t < _MOVE_TIMEOUT):
166166
_move_to_angle(goal, publisher, controller)
167167
publisher.publish(Twist())
168-
sleep(0.25)
168+
sleep(0.65)
169169

170170

171171
def create_pose_list(data, controller):

0 commit comments

Comments
 (0)