How can I detect the position of a marker using tf library/package as a subscriber node and show on the terminal??
I want to detect the position of 10 marker using the tf package and the geometry_msgs.msg/PoseArray package and show on the terminal using rosrun command. It is a subscriber node. Publisher node is the 3D space. Just give me an example of a subscriber node as I'm very beginner in this . An detailed example of a python script will be appreciated with good explanation. Thanks.
Asked by Johnny Johnny on 2019-11-04 04:48:47 UTC
Answers
You may look at this http://wiki.ros.org/aruco_detect to get the marker
You may read this http://wiki.ros.org/fiducials
And then you can use this http://wiki.ros.org/fiducial_slam
Asked by duck-development on 2019-11-04 13:16:08 UTC
Comments