aruco_map: rename published map topic from '~markers' to '~map'

The previous name markers was overlapped with the subscribed recognized
markers topic
This commit is contained in:
Oleg Kalachev
2022-05-17 20:00:02 +03:00
parent 2796917bd0
commit 00aef350ea
4 changed files with 4 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ public:
// TODO: why image_transport doesn't work here?
img_pub_ = nh_priv_.advertise<sensor_msgs::Image>("image", 1, true);
markers_pub_ = nh_priv_.advertise<aruco_pose::MarkerArray>("markers", 1, true);
markers_pub_ = nh_priv_.advertise<aruco_pose::MarkerArray>("map", 1, true);
board_ = cv::makePtr<cv::aruco::Board>();
board_->dictionary = cv::aruco::getPredefinedDictionary(