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

cannot view trajectory #35

Open
aswinthomas opened this issue May 15, 2013 · 2 comments
Open

cannot view trajectory #35

aswinthomas opened this issue May 15, 2013 · 2 comments

Comments

@aswinthomas
Copy link

Hi all,
I am running with no CUDA support and I cannot see the trajectory generated as seen in the youtube video. I can see the registered features and new features. The values for the parameters such as match and process points seem to be very low as well.

@akcite
Copy link

akcite commented May 25, 2013

In "stereo_slam.cpp", line 450

Map < Matrix < double,4,4,ColMajor > > Map_gl_modelview(&gl_modelview.m[0]);

SE3 T_top_from_cur = SE3( SO3( -CV_PI/2., 0, 0 ).inverse(), Vector3d( 0, 0, 20 ) );
SE3 T_top_from_world = T_top_from_cur * T_cur_from_world;

Map_gl_modelview
= Map_gl_modelview*T_top_from_world.matrix();

Cheers,

@aswinthomas
Copy link
Author

Thank you. Will check it out

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