You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!
The text was updated successfully, but these errors were encountered:
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!!
The text was updated successfully, but these errors were encountered: