Hi, below are a few questions regarding how camera transforms for a B57 are published in ROS 2
I am not clear on whether the camera node is supposed to publish the transforms stored in the camera or is it should be done externally with a tf pulisher?
Is there a URDF file for the B57? If not how can I relate the enclosure (step file) to the camera frame?
All the published CameraInfo topics use the same frame_id (optical_frame_) regardless of the camera placement (left or right). Is this normal?
Thank you,
Charles
I am not clear on whether the camera node is supposed to publish the transforms stored in the camera or is it should be done externally with a tf pulisher?
All the published CameraInfo topics use the same frame_id (optical_frame_) […]
The frame id of your camera should contain the camera serial number, like this: optical_frame_<serial>. I’ve explained this in a another ROS issue here on the forum.
[…] regardless of the camera placement (left or right). Is this normal?
With camera placement you mean the left and right mono camera of the 3D camera? At any rate: the 3D is always in regard to the left mono camera (if the camera is not linked to another frame).