diff --git a/dynamixel_general_hw/README.md b/dynamixel_general_hw/README.md
index 9c973de..b1e4e7d 100644
--- a/dynamixel_general_hw/README.md
+++ b/dynamixel_general_hw/README.md
@@ -320,6 +320,7 @@ Optional Arguments:
publish_input_voltage (default "true"): Whether to publish Dynamixel actuator input voltage
publish_temperature (default "true"): Whether to publish Dynamixel actuator temperature
required (default "true"): Whether to kill entire roslaunch if control node dies
+ respawn (default "false"): Whether to restart control node automatically if it quits
robot_description_param (default "robot_description"): Name of robot_description parameter read by the nodes started by this launch file. If this is a relative name, its global name becomes (namespace)/(robot_description_param)
rvizconfig (default "/home/pazeshun/catkin_ws/src/dynamixel-workbench/dynamixel_general_hw/config/sample_robot.rviz"): Configuration file for RViz
set_robot_description (default "true"): Whether to set robot_description parameter at launching
diff --git a/dynamixel_general_hw/launch/dynamixel_general_control.launch b/dynamixel_general_hw/launch/dynamixel_general_control.launch
index 377db68..0871017 100644
--- a/dynamixel_general_hw/launch/dynamixel_general_control.launch
+++ b/dynamixel_general_hw/launch/dynamixel_general_control.launch
@@ -25,6 +25,8 @@
doc="Whether to start robot_state_publisher at launching" />
+
-
+