Skip to content

Commit

Permalink
Fix rclcpp interface traits test (#1086)
Browse files Browse the repository at this point in the history
Signed-off-by: Karsten Knese <karsten@openrobotics.org>
  • Loading branch information
Karsten1987 committed Apr 22, 2020
1 parent bb8c8ff commit 4eab2a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rclcpp/test/test_interface_traits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ class MyNode
"my_node_namespace",
rclcpp::contexts::default_context::get_global_default_context(),
*options.get_rcl_node_options(),
false);
options.use_intra_process_comms(),
options.enable_topic_statistics());
}
};

Expand Down

0 comments on commit 4eab2a3

Please sign in to comment.