appliedAI-Initiative/orb_slam_2_ros

camera_frame_id_param_ and target_frame_id_param_: correspond to what frame exactly?

dexiangwang opened this issue · 0 comments

In the process of publishing tf information, I don't quite understand which frame the tf transformation is from to which frame. Because T_cw transformation matrix represents the transformation from the world frame to the camera frame, but if the target_frame_id_param_ represents the world frame, does the published tf transformation seem to be from the camera frame to the world frame? In that case, did you send it backwards?

Specifically, the main issues are the following:
camera_frame_id_param_ = camera frame, target_frame_id_param_ = world frame
OR
camera_frame_id_param_ = world frame , target_frame_id_param_ = camera frame

??

Thanks a lot!!