Skip to content

Commit

Permalink
fix ups since rebase
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodall <william@osrfoundation.org>
  • Loading branch information
wjwwood committed Apr 22, 2020
1 parent 0548061 commit 975a726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rclcpp/test/test_interface_traits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class MyNode
return std::make_shared<rclcpp::node_interfaces::NodeBase>(
"my_node_name",
"my_node_namespace",
rclcpp::contexts::default_context::get_global_default_context(),
rclcpp::contexts::get_global_default_context(),
*options.get_rcl_node_options(),
options.use_intra_process_comms(),
options.enable_topic_statistics());
Expand Down
2 changes: 1 addition & 1 deletion rclcpp_action/include/rclcpp_action/create_client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ create_client(
const std::string & name,
rclcpp::CallbackGroup::SharedPtr group = nullptr)
{
return create_client<ActionT>(
return rclcpp_action::create_client<ActionT>(
node->get_node_base_interface(),
node->get_node_graph_interface(),
node->get_node_logging_interface(),
Expand Down

0 comments on commit 975a726

Please sign in to comment.