Skip to content

Commit

Permalink
increase sleep rate of executor spin in sim_pblog (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Anderson <[email protected]>
  • Loading branch information
andermi authored Sep 19, 2023
1 parent 187f9b4 commit d7ec045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim_pblog/sim_pblog/sim_pblog.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def main():
import time
while rclpy.ok():
rclpy.spin_once(pblog)
time.sleep(1./100.)
time.sleep(1./1000.)
rclpy.shutdown()


Expand Down

0 comments on commit d7ec045

Please sign in to comment.