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 c0d72c3 commit 22a954eCopy full SHA for 22a954e
rclcpp/include/rclcpp/publisher.hpp
@@ -456,6 +456,7 @@ class Publisher : public PublisherBase
456
do_loaned_message_publish(
457
std::unique_ptr<ROSMessageType, std::function<void(ROSMessageType *)>> msg)
458
{
459
+ TRACETOOLS_TRACEPOINT(rclcpp_publish, nullptr, static_cast<const void *>(msg.get()));
460
auto status = rcl_publish_loaned_message(publisher_handle_.get(), msg.get(), nullptr);
461
462
if (RCL_RET_PUBLISHER_INVALID == status) {
0 commit comments