Open Quitino opened 3 years ago
I don't know much about vins-mono, but are you sure that /vins_estimator/camera_pose
is a TF frame?
It looks like a ROS topic to me.
You may check if the TF frame exists using tf_echo, for example:
rosrun tf tf_echo /world /vins_ estimator/camera_ pose
If the TF frame does not exists, you should create it. For example, you can create a small ROS node which receives messages from /vins_estimator/camera_pose
and publishes them using a tf::TransformBroadcaster
.
Thank you very much for your work, I want to use the external tracking data to realize the rotation and translation of the point cloud. The odometer uses vins-mono, but I tried topic '/vins_estimator/camera_pose'、'\vins_estimator/odometry' changed in ‘elastic_node.cpp’:
and changed in launch:
Error information:
How can I correctly use external pose information for point cloud stitching? Thank you very much and look forward to your reply.