diff --git a/launch/hokuyo_laser2d.launch b/launch/hokuyo_laser2d.launch
index 261a3c3627969b8993523dd0d34417ebb0dde28f..fd9e6fb5ae01ee3ca29744d4387e35464d33bb75 100644
--- a/launch/hokuyo_laser2d.launch
+++ b/launch/hokuyo_laser2d.launch
@@ -8,10 +8,10 @@
 
   <node pkg="urg_node"
         type="urg_node"
-        name="${node_name}"
+        name="$(arg node_name)"
         output="$(arg output)"
         launch-prefix="$(arg launch_prefix)">
-    <rosparam file="$(arg device_file)" command="load" />
+    <rosparam file="$(arg config_file)" command="load" />
   </node>
 
 </launch>