Skip to content

Commit

Permalink
Increase the number of threads to 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-amal authored and hello-binit committed Jul 30, 2024
1 parent 10e62a7 commit 725efc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stretch_core/stretch_core/stretch_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ def ros_setup(self):
def main():
try:
rclpy.init()
executor = MultiThreadedExecutor(num_threads=2)
executor = MultiThreadedExecutor(num_threads=5)
node = StretchDriver()
node.joint_trajectory_action = JointTrajectoryAction(node, node.action_server_rate)
executor.add_node(node)
Expand Down

0 comments on commit 725efc4

Please sign in to comment.