Skip to content

Commit

Permalink
attempted thread alteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaan-Datta committed Dec 7, 2024
1 parent 5729a5b commit c387025
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def timer_callback(self):
def main(args=None):
rclpy.init(args=args)
extermination_node = ExterminationNode()
executor = MultiThreadedExecutor(num_threads=1)
executor = MultiThreadedExecutor(num_threads=2)
executor.add_node(extermination_node)
try:
executor.spin()
Expand Down

0 comments on commit c387025

Please sign in to comment.