Skip to content

Commit

Permalink
Add multirobot_map_merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer committed Apr 21, 2021
1 parent 194cbc5 commit 99bb83f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
13 changes: 13 additions & 0 deletions patch/ros-noetic-multirobot-map-merge.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/src/combine_grids/estimation_internal.h b/src/combine_grids/estimation_internal.h
index 98c9428..5cd00fa 100644
--- a/src/combine_grids/estimation_internal.h
+++ b/src/combine_grids/estimation_internal.h
@@ -65,7 +65,7 @@ static inline cv::Ptr<cv::Feature2D> chooseFeatureFinder(FeatureType type)
return cv::ORB::create();
case FeatureType::SURF:
#ifdef HAVE_OPENCV_XFEATURES2D
- return xfeatures2d::SURF::create();
+ return cv::xfeatures2d::SURF::create();
#else
return cv::AKAZE::create();
#endif
7 changes: 4 additions & 3 deletions vinca_linux_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ packages_select_by_deps:
##
# TODO Linux
##
- sick_tim
- kobuki_core
- sainsmart_relay_usb
- multirobot_map_merge
# - sick_tim
# - kobuki_core
# - sainsmart_relay_usb
# - mqtt_bridge
# - rtabmap
# - mapviz_plugins
Expand Down

0 comments on commit 99bb83f

Please sign in to comment.