summaryrefslogtreecommitdiff
path: root/ros-humble-nav2-smoother-1.1.20-fix-gcc12-error.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-03-28 08:06:59 +0000
committerCoprDistGit <infra@openeuler.org>2026-03-28 08:06:59 +0000
commit9c390f250c72f83bd618c9a52a09c8e9ae3685df (patch)
tree1f1939d7e2c79da138e7b5452aa24865810881b4 /ros-humble-nav2-smoother-1.1.20-fix-gcc12-error.patch
parent3cb50ddcc72e9a16e37eebc6fa82942a11e8c6a7 (diff)
automatic import of nav2-smoother
Diffstat (limited to 'ros-humble-nav2-smoother-1.1.20-fix-gcc12-error.patch')
-rw-r--r--ros-humble-nav2-smoother-1.1.20-fix-gcc12-error.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/ros-humble-nav2-smoother-1.1.20-fix-gcc12-error.patch b/ros-humble-nav2-smoother-1.1.20-fix-gcc12-error.patch
index 5cb378c..a8dc597 100644
--- a/ros-humble-nav2-smoother-1.1.20-fix-gcc12-error.patch
+++ b/ros-humble-nav2-smoother-1.1.20-fix-gcc12-error.patch
@@ -1,6 +1,8 @@
+diff --git a/src/nav2_smoother.cpp b/src/nav2_smoother.cpp
+index bb68ee3..69bfc0d 100644
--- a/src/nav2_smoother.cpp
+++ b/src/nav2_smoother.cpp
-@@ -85,7 +85,7 @@
+@@ -85,7 +85,7 @@ SmootherServer::on_configure(const rclcpp_lifecycle::State &)
transform_listener_ = std::make_shared<tf2_ros::TransformListener>(*tf_);
std::string costmap_topic, footprint_topic, robot_base_frame;