Skip to content

Commit d23ca25

Browse files
author
marcin.mirski
committed
Fix createPublisher() call
1 parent dc691bf commit d23ca25

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)