-
Notifications
You must be signed in to change notification settings - Fork 184
Extrinsic parameters #84
Comments
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] 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. |
Hi @stephanweiss, 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 :) |
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] Hi @stephanweisshttps://github.com/stephanweiss, 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. |
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! |
please refer to e.g. http://www.springer.com/us/book/9780387008936 for an introduction to 3D Visual Geometry. Von: Vishnu Teja [email protected] 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. |
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. |
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] 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. |
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.
The text was updated successfully, but these errors were encountered: