-
Notifications
You must be signed in to change notification settings - Fork 563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apriltag and apriltag_ros difference between rtabmap and rtabmap_ros #819
Comments
If you are using external |
What do you mean when you said filter? |
I installed rtabmap and rtabmap_ros master branches but I didn't see any flag related to aruco markers adn when I try to use RGBD/MarkerDetection param to use it with april tags rtabmap gaves me an error that's rtabmap itself wasn't build with aruco? Is there any wayto install it? It's not written anywhere so is there any missing steps? Also I have Nvidia Jetson AGX. |
|
To use external tags with rtabmap_ros, no recompilation is needed on rtabmap library side. There are two types of tag message supported depending of the upstream ros package you are using for the tag detection ( rtabmap_ros/src/CoreWrapper.cpp Lines 817 to 822 in 44bbaa2
The rtabmap library has also its own internal way to detect Apriltags or Aruco tags, which can be enabled by setting
|
I searched in rtabmap , rtabmap_ros github issues and also I looked at smilar launch files (there exist only one) and in rtabmap forum but there is something that is not clear about detection algorithms, if I use external apriltag_ros package to use with rtbmap I know there is rtabmap_ros apriltag_ros detection launch BUT if I use that launch file I cannot set RGBD/MarkerDetection to true that's why ( I think RGBD/MarkerDetection relates to Marker/... params) I cannot use Marker/MaxRange param. I am not sure are the related to each other or If I use example launch file of apriltag_ros which is rtabmap_ros package, setting Marker/MaxRange some value without setting RGBD/MarkerDetection true?
EDIT : I installed from source rtabmap (melodic-devel) and rtabmap_ros (melodic too) if I want to detect april for ros side do I have to use apriltag_ros launch or only setting params is enough for ros side?
The text was updated successfully, but these errors were encountered: