tracking of one marker with multiple cameras (ar_pose_ekf) [closed]

asked 2013-08-22 02:49:01 -0500

jep31 gravatar image

updated 2014-01-28 17:17:44 -0500

ngrennan gravatar image

I want to use two cameras to track a marker on a large area. I have one Kinect and one webcam to do it. I have succeed to run two ar_pose node to generate two ar_marker tf from both cameras. Now I want to use ar_pose_ekf to get more accuracy when both cameras detect the marker together. But I don't understand how can I use this node. I tried to run as the documentation says but I'm getting some errors:

roscd ar_pose_ekf
./runekf.sh

(I have compiled ar_pose_ekf with the package bfl as dependency instead of orocos-bfl which was not working.)

ERRORS:

1.173 [ Info   ][PropertyLoader:load] Loading properties into Service 'PoseEkf' with '/media/Data/fuerte_workspace/rosstacks/camera_pose_estimation/ar_pose_ekf/cpf/ekf.cpf'.
1.176 [ ERROR  ][PropertyLoader:load] Could not compose unknown type 'ColumnVector'.
1.176 [ ERROR  ][PropertyLoader:load] Could not compose unknown type 'ColumnVector'.
1.176 [ ERROR  ][PropertyLoader:load] Could not compose unknown type 'ColumnVector'.
1.176 [ ERROR  ][PropertyLoader:load] Could not compose unknown type 'SymmetricMatrix'.
Segmentation fault (core dumped)

Does anyone know how to use this node ?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2017-11-30 13:23:19.645061

Comments

Hello jep31, do you get any relsult of it? I have the same problem and i am very interested in your work.

rossi gravatar image rossi  ( 2015-11-27 02:46:40 -0500 )edit