Skip to content

Commit

Permalink
remove intra-process manager impl (#382)
Browse files Browse the repository at this point in the history
Signed-off-by: Soragna, Alberto <alberto.soragna@gmail.com>
  • Loading branch information
alsora authored and clalancette committed Oct 21, 2019
1 parent 31aefe2 commit a92aeb2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions demo_nodes_cpp/src/topics/allocator_tutorial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,6 @@ int main(int argc, char ** argv)
if (intra_process) {
printf("Intra-process pipeline is ON.\n");
auto context = rclcpp::contexts::default_context::get_global_default_context();
auto ipm_state =
std::make_shared<rclcpp::intra_process_manager::IntraProcessManagerImpl<MessageAlloc>>();
// Constructs the intra-process manager with a custom allocator.
context->get_sub_context<rclcpp::intra_process_manager::IntraProcessManager>(ipm_state);
auto options = rclcpp::NodeOptions()
.context(context)
.use_intra_process_comms(true);
Expand Down

0 comments on commit a92aeb2

Please sign in to comment.