Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Extrinsic parameters #84

Open
yvtheja opened this issue Jun 10, 2016 · 7 comments
Open

Extrinsic parameters #84

yvtheja opened this issue Jun 10, 2016 · 7 comments

Comments

@yvtheja
Copy link

yvtheja commented Jun 10, 2016

Hi,

I am working on a project where I need to have the extrinsic parameters of the camera. I think they should be changing continuous w.r.t to the pose of the camera. Could you please help me with where exactly you are computing the matrix in the code?

Thank you.

@stephanweiss
Copy link
Contributor

Hi, the cam-imu extrinsics are assumed to not change over time. The "dynmics" are encoded in the Fd matrix in the SSFCore.cpp

Best,

Stephan


Von: Vishnu Teja [email protected]
Gesendet: Freitag, 10. Juni 2016 14:17
An: ethz-asl/ethzasl_ptam
Betreff: [ethz-asl/ethzasl_ptam] Extrinsic parameters (#84)

Hi,

I am working on a project where I need to have the extrinsic parameters of the camera. I think they should be changing continuous w.r.t to the pose of the camera. Could you please help me with where exactly you are computing the matrix in the code?

Thank you.

You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/84, or mute the threadhttps://github.com/notifications/unsubscribe/AAtHtzSeiirtvsliKOi8cVd70yzJPwIGks5qKVXwgaJpZM4Iy5XV.

@yvtheja
Copy link
Author

yvtheja commented Jun 13, 2016

Hi @stephanweiss,
Thanks a lot for your reply.
I couldn't understand the co-ordinate system you are following completely. It would be really helpful if you can provide some documentation on that if you already have any.

Does the world system coincide with the camera system at the start of visual odometry? And when the camera starts moving, the extrinsic matrix [R|T] should be changing as the co-ordinates of the camera changes with w.r.t to the world right? How could extrinsics aren't changed?

I couldn't find the file name SSFCore.cpp. Could you please help me with the pointer?

Thanks a lot in advance :)

@stephanweiss
Copy link
Contributor

Hi,

please see details on the frame in this publications:

http://publications.asl.ethz.ch/files/weiss11real.pdf

Best,

Stephan


Von: Vishnu Teja [email protected]
Gesendet: Montag, 13. Juni 2016 11:38
An: ethz-asl/ethzasl_ptam
Cc: Stephan Weiss; Mention
Betreff: Re: [ethz-asl/ethzasl_ptam] Extrinsic parameters (#84)

Hi @stephanweisshttps://github.com/stephanweiss,
Thanks a lot for your reply.
I couldn't understand the co-ordinate system you are following completely. It would be really helpful if you can provide some documentation on that if you already have any.

Does the world system coincide with the camera system at the start of visual odometry? And when the camera starts moving, the extrinsic matrix [R|T] should be changing as the co-ordinates of the camera changes with w.r.t to the world right? How could extrinsics aren't changed?

I couldn't find the file name SSFCore.cpp. Could you please help me with the pointer?

Thanks a lot in advance :)

You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/84#issuecomment-225534031, or mute the threadhttps://github.com/notifications/unsubscribe/AAtHt71mdkIi1_FS1wgFxoGv2lteRgAlks5qLSUxgaJpZM4Iy5XV.

@yvtheja
Copy link
Author

yvtheja commented Jun 14, 2016

Hi @stephanweiss ,

I have tried to understand the paper but couldn't understand it completely. But the problem I am trying to solve is getting /vslam/pose_world co-ordinates in camera frame. I am new to Visual Geometry and I am sorry if I am troubling you.

Where could I find the file SSFCore.cpp?

Thanks a lot!

@stephanweiss
Copy link
Contributor

please refer to e.g.

http://www.springer.com/us/book/9780387008936

for an introduction to 3D Visual Geometry.


Von: Vishnu Teja [email protected]
Gesendet: Dienstag, 14. Juni 2016 11:36
An: ethz-asl/ethzasl_ptam
Cc: Stephan Weiss; Mention
Betreff: Re: [ethz-asl/ethzasl_ptam] Extrinsic parameters (#84)

Hi @stephanweisshttps://github.com/stephanweiss ,

I have tried to understand the paper but couldn't understand it completely. But the problem I am trying to solve is getting /vslam/pose_world co-ordinates in camera frame. I am new to Visual Geometry and I am sorry if I am troubling you.

Thanks a lot!

You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/84#issuecomment-225829905, or mute the threadhttps://github.com/notifications/unsubscribe/AAtHt1CNsZr1ggm6lfguBOtznuyhniimks5qLnYwgaJpZM4Iy5XV.

@yvtheja
Copy link
Author

yvtheja commented Jun 14, 2016

Hi @stephanweiss ,

I have already done with some basic concepts from Autonomous Mobile Robots, Roland Siegwart.

I am running PTAM with a monocular camera( Microsoft Lifecam HD ) and I couldn't understand if we are using IMU sensor in my case.

It would be really helpful if you can give me a clue how I can convert the co-ordinates publishing under /vslam/pose_world into camare frame. I tried to search for Fd matrix and SSFCore.cpp in https://github.com/ethz-asl/ethzasl_ptam but there is none.

Thank you.

@stephanweiss
Copy link
Contributor

Fd is the state transition matrix and has nothing to do with the coordinate transformation.

Please ask your advisor or google on "coordinate transformation" for details on this topic.

Kind regards,

Stephan


Von: Vishnu Teja [email protected]
Gesendet: Dienstag, 14. Juni 2016 15:17
An: ethz-asl/ethzasl_ptam
Cc: Stephan Weiss; Mention
Betreff: Re: [ethz-asl/ethzasl_ptam] Extrinsic parameters (#84)

Hi @stephanweisshttps://github.com/stephanweiss ,

I have already done with some basic concepts from Autonomous Mobile Robots, Roland Siegwart.

I am running PTAM with a monocular camera( Microsoft Lifecam HD ) and I couldn't understand if we are using IMU sensor in my case.

It would be really helpful if you can give me a clue how I can convert the co-ordinates publishing under /vslam/pose_world into camare frame. I tried to search for Fd matrix and SSFCore.cpp in https://github.com/ethz-asl/ethzasl_ptam but there is none.

Thank you.

You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/84#issuecomment-225877581, or mute the threadhttps://github.com/notifications/unsubscribe/AAtHt3NujryH2_7TNkPxpBop-FnLu_DCks5qLqnlgaJpZM4Iy5XV.

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

No branches or pull requests

2 participants