explicitly 2 threaded multi ros2 simple
This commit is contained in:
parent
c652f29c7e
commit
ed6209939c
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ int main(int argc, char **argv)
|
|||
#ifdef MULTI_THREADED
|
||||
// Create a multi-threaded executor to handle all nodes
|
||||
std::cout << "multi threaded ros default" << std::endl;
|
||||
rclcpp::executors::MultiThreadedExecutor executor;
|
||||
rclcpp::executors::MultiThreadedExecutor executor{{}, 2};
|
||||
#else
|
||||
// Create a single-threaded executor to handle all nodes
|
||||
std::cout << "single threaded ros default" << std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue