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
Installation was success but when I launch example:
"roslaunch orb_slam2_ros raspicam_mono_wide.launch"
I get this error and data is not delivered from .bag file.
Can you tell me, how I can fix it?
The text was updated successfully, but these errors were encountered:
@IntoSan, you simply have to define a camera_optical frame so tf can find such a frame in a transform tree.
You can find an example in a related package: diff_drive_mapping_robot. The referenced tf was created specifically to a custom mobile base with a camera mounted on top.
You've said that you use a provided bag. Do you find a base_camera frame with rosrun rqt_tf_tree rqt_tf_tree? If yes, the simplest fix is to create a static transform, like:
Hello,
Installation was success but when I launch example:
"roslaunch orb_slam2_ros raspicam_mono_wide.launch"
I get this error and data is not delivered from .bag file.
Can you tell me, how I can fix it?
The text was updated successfully, but these errors were encountered: