Skip to content

Commit

Permalink
Update ros-humble-nav2-waypoint-follower.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer authored May 1, 2024
1 parent 59786f8 commit a92b39d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions patch/ros-humble-nav2-waypoint-follower.patch
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ index a3b46942b..e228086fa 100644
find_package(OpenCV 4 QUIET)
if(NOT OpenCV_FOUND)

diff --git a/nav2_waypoint_follower/include/nav2_waypoint_follower/plugins/photo_at_waypoint.hpp b/nav2_waypoint_follower/include/nav2_waypoint_follower/plugins/photo_at_waypoint.hpp
diff --git a/include/nav2_waypoint_follower/plugins/photo_at_waypoint.hpp b/include/nav2_waypoint_follower/plugins/photo_at_waypoint.hpp
index 9c46fdf1f8..1e6048aefc 100644
--- a/nav2_waypoint_follower/include/nav2_waypoint_follower/plugins/photo_at_waypoint.hpp
+++ b/nav2_waypoint_follower/include/nav2_waypoint_follower/plugins/photo_at_waypoint.hpp
--- a/include/nav2_waypoint_follower/plugins/photo_at_waypoint.hpp
+++ b/include/nav2_waypoint_follower/plugins/photo_at_waypoint.hpp
@@ -32,8 +32,8 @@

#include "sensor_msgs/msg/image.hpp"
Expand Down

0 comments on commit a92b39d

Please sign in to comment.