summaryrefslogtreecommitdiff
path: root/ros-humble-nav2-waypoint-follower-1.1.20-fix-gcc12-error.patch
blob: ba2ad2aafb11d5a6890ca6ff4780bef87f16fcaf (plain)
1
2
3
4
5
6
7
8
9
10
--- a/plugins/input_at_waypoint.cpp
+++ b/plugins/input_at_waypoint.cpp
@@ -49,7 +49,7 @@
   logger_ = node->get_logger();
   clock_ = node->get_clock();
 
-  double timeout;
+  double timeout = 10.0;
   std::string input_topic;
   nav2_util::declare_parameter_if_not_declared(