Skip to content
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

How can I get object position in generic stereo model based tracking? #569

Closed
sgk-000 opened this issue Apr 16, 2019 · 2 comments
Closed
Labels

Comments

@sgk-000
Copy link

sgk-000 commented Apr 16, 2019

I used generic stereo model based tracking and I want object position(x,y,z,roll,pitch,yaw) for ROS system. I want to publish object position.
How can I get it? That system have a getPose() function but it doesn't return anything.

@fspindle
Copy link
Contributor

There exists vision_visp meta package that contains visp_tracker that allows to track an object using a monocular camera. Sorry, but this package was not extented to handle stereo cameras.

I plan to introduce before the summer a new package visp_generic_tracker that will support this feature. In the mean time you have to write your own ROS node.

@sgk-000
Copy link
Author

sgk-000 commented Apr 24, 2019

Thank you for replying. I'm trying to write ros pkg and I have some questions.
First question, Why catkin can't find visp repository?
ros/catkin#606
I saw this issue but I can't understand, if you are okey, I want you to explain.
Second question, you consolidated lib and header files of visp for writing ros pkg, right?
Visp tracker ros pkg have few lib and header files, but origin visp pkg, visp_generic_tracker, have so many lib and header packages and I should import these numerous files into catkin. What do you think about best practice to write ros pkg of visp_stereo_model_tracker?

@s-trinh s-trinh added the MBT label Nov 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants