We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23b422 commit 7c59d90Copy full SHA for 7c59d90
1 file changed
rclcpp/include/rclcpp/node.hpp
@@ -177,9 +177,8 @@ class Node : public std::enable_shared_from_this<Node>
177
create_publisher(
178
const std::string & topic_name,
179
const rclcpp::QoS & qos,
180
- const rclcpp::PublisherOptionsWithAllocator<AllocatorT> & options = (
181
- rclcpp::PublisherOptionsWithAllocator<AllocatorT>()
182
- ));
+ const PublisherOptionsWithAllocator<AllocatorT> & options =
+ PublisherOptionsWithAllocator<AllocatorT>());
183
184
/// Create and return a Publisher.
185
/**
0 commit comments