From 940e96c65c38231e099dc2a1e830afdd3d7b6731 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 8 Mar 2025 15:06:26 +0000 Subject: automatic import of ros-humble-nav2-waypoint-follower --- ...humble-nav2-waypoint-follower-1.1.9-fix-gcc12-error.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ros-humble-nav2-waypoint-follower-1.1.9-fix-gcc12-error.patch (limited to 'ros-humble-nav2-waypoint-follower-1.1.9-fix-gcc12-error.patch') 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 new file mode 100644 index 0000000..7f6b766 --- /dev/null +++ b/ros-humble-nav2-waypoint-follower-1.1.9-fix-gcc12-error.patch @@ -0,0 +1,12 @@ +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", -- cgit v1.2.3