Skip to content

Commit b8e7f59

Browse files
Merge pull request #1 from marcmarmir/fix-createpublisher
Fix createPublisher() call
2 parents dc691bf + d23ca25 commit b8e7f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

behaviortree_ros2/include/behaviortree_ros2/bt_topic_pub_node.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ inline NodeStatus RosTopicPubNode<T>::tick()
176176
getInput("topic_name", topic_name);
177177
if(prev_topic_name_ != topic_name)
178178
{
179-
createPublisher(topic_name, qos_);
179+
createPublisher(topic_name);
180180
}
181181
}
182182

0 commit comments

Comments
 (0)