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

Odom Topic #6

Open
nurimertvural opened this issue May 2, 2017 · 1 comment
Open

Odom Topic #6

nurimertvural opened this issue May 2, 2017 · 1 comment

Comments

@nurimertvural
Copy link

Hi,
I've built the package, and it's working well but it does not publish odometry. I need odometry( or at least one pose topic) to build EKF. Is it possible for you to make the package publish odom topic or at least tell me how the cursor in Dense mapping move so that I can rewrite that part in order for package to publish an odom topic?

Thanks

@alejocb
Copy link
Owner

alejocb commented May 3, 2017

Hi @nmv45 ,

You can publish the pose and time stamp of the current frame after the system calls the function 'optimize_camera_pose' in semidensetracking.cpp. The pose of the current frame (from world to frame) is 'semidense_tracker->R' and 'semidense_tracker->t' and the time stamp is 'stamps_aux'.

Hope this helps,
Alejo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants