Fix rclcpp interface traits test (#1086)
Signed-off-by: Karsten Knese <karsten@openrobotics.org>
This commit is contained in:
parent
bb8c8ff2c0
commit
4eab2a3c60
1 changed files with 2 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue