Skip to content

Commit

Permalink
Update moveit2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amalnanavati authored Feb 14, 2024
1 parent 0f52ba5 commit ee69783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymoveit2/moveit2.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def plan(
if future is None:
return None

# 10ms sleep
# 100ms sleep
rate = self._node.create_rate(10)
while not future.done():
rate.sleep()
Expand Down Expand Up @@ -1131,7 +1131,7 @@ def compute_fk(
if future is None:
return None

# 10ms sleep
# 100ms sleep
rate = self._node.create_rate(10)
while not future.done():
rate.sleep()
Expand Down

0 comments on commit ee69783

Please sign in to comment.