diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-03-28 07:18:27 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-03-28 07:18:27 +0000 |
| commit | 640fbe8e813c61117cac92320c24d0280d925212 (patch) | |
| tree | 47110aa961b53242fd9edae54ab922dd3903b09b | |
| parent | 45d2dee21c7e887e16216adc76507977d46d8309 (diff) | |
automatic import of nav2-behaviors
| -rw-r--r-- | ros-humble-nav2-behaviors-1.1.20-fix-gcc12-error.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ros-humble-nav2-behaviors-1.1.20-fix-gcc12-error.patch b/ros-humble-nav2-behaviors-1.1.20-fix-gcc12-error.patch index a6a6d60..dfbcc14 100644 --- a/ros-humble-nav2-behaviors-1.1.20-fix-gcc12-error.patch +++ b/ros-humble-nav2-behaviors-1.1.20-fix-gcc12-error.patch @@ -1,5 +1,5 @@ ---- nav2-behaviors-1.1.20.orig/src/behavior_server.cpp 2026-03-28 15:06:28.522809934 +0800 -+++ nav2-behaviors-1.1.20/src/behavior_server.cpp 2026-03-28 15:06:28.522809934 +0800 +--- a/src/behavior_server.cpp ++++ b/src/behavior_server.cpp @@ -77,7 +77,7 @@ transform_listener_ = std::make_shared<tf2_ros::TransformListener>(*tf_); |
