Skip to content

Commit

Permalink
Modify default num_of_threads for MultipleThreadExecutor in bringup main
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunseok-yang committed Jan 9, 2022
1 parent 3936c2e commit f54a8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloisim_ros_bringup/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void bringup_target_parts_by_name(const Json::Value item, const string node_type

cloisim_ros::BringUpParam::StoreBridgeInfosAsParameters(item, node_options);

num_of_threads_t num_of_threads = 2; // default tf and tf_static for robot specific type
num_of_threads_t num_of_threads = 1; // default tf and tf_static for robot specific type

if (cloisim_ros::BringUpParam::IsRobotSpecificType(node_type))
{
Expand Down

0 comments on commit f54a8be

Please sign in to comment.