Skip to content

Commit

Permalink
put fiducial image in relative namespace instead root so multiple ins…
Browse files Browse the repository at this point in the history
…tance of aruco detect can be run
  • Loading branch information
lucasw committed May 30, 2024
1 parent 8c4b4ff commit 7b3ae52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aruco_detect/src/aruco_detect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ FiducialsNode::FiducialsNode() : nh(), pnh("~"), it(nh)
}
}

image_pub = it.advertise("/fiducial_images", 1);
image_pub = it.advertise("fiducial_images", 1);

vertices_pub = nh.advertise<fiducial_msgs::FiducialArray>("fiducial_vertices", 1);

Expand Down

0 comments on commit 7b3ae52

Please sign in to comment.