diff --git a/config/640x480_30fps_config.yaml b/config/640x480_30fps_config.yaml
index 2408639cb557af023302bd53779041e76d4dde46..0059d8baab7b602ab417fcd85d84858d43fb1013 100644
--- a/config/640x480_30fps_config.yaml
+++ b/config/640x480_30fps_config.yaml
@@ -3,7 +3,6 @@ height: 480
 video_mode: 'uncompressed'
 frame_rate: 30
 timestamp_method: 'start'
-camera_info_url: ''
 auto_exposure: 3
 auto_exposure_priority: 0
 exposure_absolute: 0.9
diff --git a/launch/uvc_camera.launch b/launch/uvc_camera.launch
index 7101f0c8cbd0fe3131a1a46216e43120ca425f85..3f123e56cdf6a0b44e6de374cf8be506a5de8e97 100644
--- a/launch/uvc_camera.launch
+++ b/launch/uvc_camera.launch
@@ -3,11 +3,13 @@
 
   <arg name="device_file" default="$(find iri_uvc_camera_bringup)/config/devices/logitech_c200.yaml" />
   <arg name="format_file" default="$(find iri_uvc_camera_bringup)/config/640x480_30fps_config.yaml" />
+  <arg name="calib_file" default="$(find iri_uvc_camera_bringup)/calibration/logitech_c270_640x480.yaml" />
 
   <node pkg="libuvc_camera" 
         type="camera_node" 
         name="uvc_camera">
     <rosparam file="$(arg device_file)" command="load" />
     <rosparam file="$(arg format_file)" command="load" />
+    <param name="camera_info_url" value="file://$(arg calib_file)" />
   </node>
 </launch>
diff --git a/launch/uvc_camera_test.launch b/launch/uvc_camera_test.launch
index 7d4f86696f677335c191ef6fe9beb887c4cb42d0..0bcb1120c28ebdf69ca5c82fb2d5af87fe6baa2a 100644
--- a/launch/uvc_camera_test.launch
+++ b/launch/uvc_camera_test.launch
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <launch>
 
-  <arg name="device_file" default="$(find iri_uvc_camera_bringup)/config/devices/logitech_c200.yaml" />
+  <arg name="device_file" default="$(find iri_uvc_camera_bringup)/config/devices/logitech_c270.yaml" />
   <arg name="format_file" default="$(find iri_uvc_camera_bringup)/config/640x480_30fps_config.yaml" />
 
   <param name="robot_description"