ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

tf for mutiple Aruco markers [closed]

asked 2018-11-19 04:19:03 -0500

tsdk00 gravatar image

updated 2018-11-19 04:28:59 -0500

gvdhoorn gravatar image

Hi, I'm able to get the tf for one Aruco marker .Here is my code snippet

br = tf.TransformBroadcaster()


br.sendTransform((msg.pose.position.x,msg.pose.position.y,msg.pose.position.z),
                     (msg.pose.orientation.x,msg.pose.orientation.y,msg.pose.orientation.z,msg.pose.orientation.w),
                     rospy.Time.now(),
                     msg.child_frame_id,
                     "/camera_link")

So, if i have multiple markers how to add frames for each of the detected marker`?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by tsdk00
close date 2018-11-21 03:59:24.169822

2 Answers

Sort by ยป oldest newest most voted
0

answered 2018-11-21 03:58:47 -0500

tsdk00 gravatar image

I solved it by adding an array type message then subscribing to it. No more hard-coding required.

edit flag offensive delete link more

Comments

can you explain this in a bit more detail? thanks!

odd-incubus gravatar image odd-incubus  ( 2022-01-27 12:36:30 -0500 )edit
0

answered 2018-11-19 06:20:10 -0500

Markus Bader gravatar image

Hi

Have a look at the http://wiki.ros.org/tuw_aruco ros pkg it has this feature image description

Max

edit flag offensive delete link more

Comments

I've seen that package. But i created my own using python. The best solution i can find is harcode it for now.

tsdk00 gravatar image tsdk00  ( 2018-11-19 08:01:24 -0500 )edit

Question Tools

Stats

Asked: 2018-11-19 04:19:03 -0500

Seen: 1,376 times

Last updated: Nov 21 '18