Skip to content

Commit 8143027

Browse files
fix compile issue
1 parent f56c578 commit 8143027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

behaviortree_ros2/include/behaviortree_ros2/bt_topic_sub_node.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class RosTopicSubNode : public BT::ConditionNode
166166
//----------------------------------------------------------------
167167
template <class T>
168168
inline RosTopicSubNode<T>::SubscriberInstance::SubscriberInstance(
169-
std::shared_ptr<rclcpp::Node> node, const std::string& topic_name)
169+
std::shared_ptr<rclcpp::Node> node, const std::string& topic_name, const rclcpp::QoS& qos_profile)
170170
{
171171
// create a callback group for this particular instance
172172
callback_group =

0 commit comments

Comments
 (0)