diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-03-27 09:33:57 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-03-27 09:33:57 +0000 |
| commit | bf725a5432d9275cfd0828f0c0db5b9f052731a2 (patch) | |
| tree | b9635dba99ca34faf7102d2585ac06f205829904 /ros-humble-nav2-waypoint-follower-1.1.9-fix-gcc12-error.patch | |
| parent | 8cb99896407cd55f475d472409f95d5afe0677b5 (diff) | |
automatic import of nav2-waypoint-follower
Diffstat (limited to 'ros-humble-nav2-waypoint-follower-1.1.9-fix-gcc12-error.patch')
| -rw-r--r-- | ros-humble-nav2-waypoint-follower-1.1.9-fix-gcc12-error.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ros-humble-nav2-waypoint-follower-1.1.9-fix-gcc12-error.patch b/ros-humble-nav2-waypoint-follower-1.1.9-fix-gcc12-error.patch deleted file mode 100644 index 7f6b766..0000000 --- a/ros-humble-nav2-waypoint-follower-1.1.9-fix-gcc12-error.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur ros-humble-nav2-waypoint-follower-1.1.9_org/plugins/input_at_waypoint.cpp ros-humble-nav2-waypoint-follower-1.1.9/plugins/input_at_waypoint.cpp ---- ros-humble-nav2-waypoint-follower-1.1.9_org/plugins/input_at_waypoint.cpp 2023-09-11 16:38:47.194459880 +0800 -+++ ros-humble-nav2-waypoint-follower-1.1.9/plugins/input_at_waypoint.cpp 2023-09-11 16:39:58.863509758 +0800 -@@ -49,7 +49,7 @@ - logger_ = node->get_logger(); - clock_ = node->get_clock(); - -- double timeout; -+ double timeout = 0.0; - std::string input_topic; - nav2_util::declare_parameter_if_not_declared( - node, plugin_name + ".timeout", |
