diff options
author | CoprDistGit <infra@openeuler.org> | 2025-03-08 11:45:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-03-08 11:45:33 +0000 |
commit | cccace7e92ca3e306268fb685c83f51a2735dbb4 (patch) | |
tree | a43bacc0325a8534d2ef565663c80f05df5b12fa /cartographer-ros-adapt-glog-0.6.0.patch | |
parent | 6e13592dfe179702f57dada89349b97e2c0ee362 (diff) |
automatic import of ros-humble-cartographer-rosopeneuler24.03_LTS
Diffstat (limited to 'cartographer-ros-adapt-glog-0.6.0.patch')
-rw-r--r-- | cartographer-ros-adapt-glog-0.6.0.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cartographer-ros-adapt-glog-0.6.0.patch b/cartographer-ros-adapt-glog-0.6.0.patch new file mode 100644 index 0000000..8bbe502 --- /dev/null +++ b/cartographer-ros-adapt-glog-0.6.0.patch @@ -0,0 +1,11 @@ +--- ros-humble-cartographer-ros-2.0.9000/src/ros_log_sink.cpp 2022-04-20 08:01:33.000000000 +0800 ++++ ros-humble-cartographer-ros-2.0.9000/src/ros_log_sink.cpp 2023-09-13 10:45:08.000000000 +0800 +@@ -46,7 +46,7 @@ + (void) base_filename; // TODO: remove unused arg ? + + const std::string message_string = ::google::LogSink::ToString( +- severity, GetBasename(filename), line, tm_time, message, message_len); ++ severity, GetBasename(filename), line, ::google::LogMessageTime(*tm_time), message, message_len); + switch (severity) { + case ::google::GLOG_INFO: + RCLCPP_INFO_STREAM(logger_, message_string); |