ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

[head_camera] does not match name narrow_stereo

asked 2017-03-08 19:41:51 -0500

michael_kong gravatar image

updated 2017-03-09 01:38:37 -0500

gvdhoorn gravatar image

I installed the usb_cam driver, and I can got the viedo stream through launch file. But the terminal told

[head_camera] does not match name narrow_stereo in file /home/michael/.ros/camera_info/head_camera.yaml.

what is that? How can I solve it? below is my .yaml file:

image_width: 640
image_height: 480
camera_name: narrow_stereo
camera_matrix:
  rows: 3
  cols: 3
  data: [653.558145, 0, 315.474744, 0, 612.170158, 246.740547, 0, 0, 1]
distortion_model: plumb_bob
distortion_coefficients:
  rows: 1
  cols: 5
  data: [0.071946, -0.127256, 0.003988999999999999, -0.008007, 0]
rectification_matrix:
  rows: 3
  cols: 3
  data: [1, 0, 0, 0, 1, 0, 0, 0, 1]
projection_matrix:
  rows: 3
  cols: 4
  data: [660.515259, 0, 310.741637, 0, 0, 621.001221, 247.869777, 0, 0, 0, 1, 0]

Thanks a lot!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-03-08 20:41:01 -0500

michael_kong gravatar image

I finally find the solution :change" camera_name: narrow_stereo" to "camera_name: head_camera", yeah in your project, the "head_camera" maybe other names, but just change it into a correct one.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2017-03-08 19:41:51 -0500

Seen: 1,954 times

Last updated: Mar 09 '17