We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56c578 commit 8143027Copy full SHA for 8143027
behaviortree_ros2/include/behaviortree_ros2/bt_topic_sub_node.hpp
@@ -166,7 +166,7 @@ class RosTopicSubNode : public BT::ConditionNode
166
//----------------------------------------------------------------
167
template <class T>
168
inline RosTopicSubNode<T>::SubscriberInstance::SubscriberInstance(
169
- std::shared_ptr<rclcpp::Node> node, const std::string& topic_name)
+ std::shared_ptr<rclcpp::Node> node, const std::string& topic_name, const rclcpp::QoS& qos_profile)
170
{
171
// create a callback group for this particular instance
172
callback_group =
0 commit comments