Signed-off-by: claireyywang <22240514+claireyywang@users.noreply.github.com>
This commit is contained in:
claireyywang 2020-05-26 14:36:40 -07:00
parent 63a48a1998
commit e76a1bbc3c

View file

@ -331,7 +331,7 @@ Node::remove_on_set_parameters_callback(const OnSetParametersCallbackHandle * co
rclcpp::Node::OnParametersSetCallbackType
Node::set_on_parameters_set_callback(rclcpp::Node::OnParametersSetCallbackType callback)
{
node_parameters_->set_on_parameters_set_callback(callback);
return node_parameters_->set_on_parameters_set_callback(callback);
}
std::vector<std::string>