Skip to content

Commit

Permalink
Merge pull request #80 from OUXT-Polaris/feature/node_option
Browse files Browse the repository at this point in the history
modify NodeOptions
  • Loading branch information
hakuturu583 authored Nov 21, 2023
2 parents a262494 + aa0f5de commit f5201ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ int main(int argc, char * argv[])
google::InstallFailureSignalHandler();
rclcpp::init(argc, argv);
rclcpp::executors::MultiThreadedExecutor exec;
rclcpp::NodeOptions options;
rclcpp::NodeOptions options = rclcpp::NodeOptions().use_intra_process_comms(true);
auto hermite_path_planner =
std::make_shared<hermite_path_planner::HermitePathPlannerComponent>(options);
auto pure_pursuit_planner =
Expand Down

0 comments on commit f5201ba

Please sign in to comment.