From c36123148b93cbd7b5002fec29a150835c8dc417 Mon Sep 17 00:00:00 2001 From: Serafadam Date: Thu, 9 Jan 2025 14:27:23 +0000 Subject: [PATCH] format --- depthai_bridge/src/TFPublisher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depthai_bridge/src/TFPublisher.cpp b/depthai_bridge/src/TFPublisher.cpp index c9645abc..3bc1f470 100644 --- a/depthai_bridge/src/TFPublisher.cpp +++ b/depthai_bridge/src/TFPublisher.cpp @@ -242,7 +242,7 @@ std::string TFPublisher::getURDF() { RCLCPP_DEBUG(logger, "Xacro command: %s", cmd.c_str()); std::array buffer; std::string result; - std::unique_ptr pipe(popen(cmd.c_str(), "r"), pclose); + std::unique_ptr pipe(popen(cmd.c_str(), "r"), pclose); if(!pipe) { throw std::runtime_error("popen() failed!"); }