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

ar_markers - import coordinates python file

asked 2012-12-12 11:11:53 -0500

JaRu gravatar image

updated 2014-01-28 17:14:33 -0500

ngrennan gravatar image

Hi.

I use the ar_kinect package to recognize the ar_markers.

I like to import the coordinates in the python file so I have to initialise the Markers which I use at the begin of the file and found this example:

self.markers = { 0: ["ILS_OFFICE",-0.4064,-1.22,0.6858,-1.570796,0,0] }

My question is, what are the six numbers after the name from the marker (here: "ILS_OFFICE") and where I get this information for my marker?

Thanks for help!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-12-12 13:01:25 -0500

The 6-tuple you refer to is the 3D position/orientation:

[x,y,z,theta_x,theta_y,theta_z]

(theta_i means angle around the i axis)

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-12-12 11:11:53 -0500

Seen: 210 times

Last updated: Dec 12 '12