Visualize camera transforms
Use TF tools to inspect the camera’s position relative to the robot base.
For many applications you need to know the transform between the robot’s base_link frame and the camera frame. Use TF tools to visualise and echo this transform.
bash
ros2 run tf2_tools view_frames
bash
ros2 run tf2_ros tf2_echo base_link camera_link