Inconsistency in Trajectory Results between TF and /camera_pose Topic #136
-
Hi, I encountered some unusual results during my tests. Specifically, when I input the transform of the robot, the SLAM trajectory appears differently. From the code in " stella_vslam_ros.cc", I noticed that if TF publishing is enabled, the system calculates the From my understanding, the relationship between the TF and the /camera_pose topic should just be the transform matrix between the This discrepancy has left me rather confused and I am curious if there is something I am misunderstanding, or if there is an issue within the system. Case 1:
Case 2:
Here are the steps that I have followed for my experiment:
It would be great if someone could shed some light on this matter. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
/camera_pose
topic is a transform from map to camera_frame (image_msg.header.frame_id). Maybe you do not have a basic understanding of tf. You need to look at tf from map to camera_frame.