Fix rclcpp interface traits test (#1086)

Signed-off-by: Karsten Knese <karsten@openrobotics.org>
This commit is contained in:
Karsten Knese 2020-04-22 14:19:39 -07:00 committed by GitHub
parent bb8c8ff2c0
commit 4eab2a3c60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,8 @@ public:
"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());
}
};