From 47397323b922ee90bb52c11d474ee77c2efa42b6 Mon Sep 17 00:00:00 2001 From: yellowhatter Date: Wed, 25 Sep 2024 10:54:25 +0300 Subject: [PATCH] Update rmw_zenoh.cpp --- rmw_zenoh_cpp/src/rmw_zenoh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmw_zenoh_cpp/src/rmw_zenoh.cpp b/rmw_zenoh_cpp/src/rmw_zenoh.cpp index 4b18ba4e..99a5e80e 100644 --- a/rmw_zenoh_cpp/src/rmw_zenoh.cpp +++ b/rmw_zenoh_cpp/src/rmw_zenoh.cpp @@ -1001,7 +1001,7 @@ struct RosMsgSerializer // Object that serializes the data rmw_zenoh_cpp::Cdr ser(fastbuffer); - + // Serialize message if (!publisher_data->type_support->serialize_ros_message( ros_message, ser.get_cdr(), publisher_data->type_support_impl))