diff --git a/README.md b/README.md
index b52eeea..a28981f 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,9 @@ Add the `serial_port`, `baud_rate`, and `id` parameters to the ros2_control part
10
+ 1120.0
+ 170.0
+ 3600.0
@@ -35,7 +38,9 @@ Add the `serial_port`, `baud_rate`, and `id` parameters to the ros2_control part
...
```
+### Optional parameters
When `reboot_on_error` is "true" the motor automaticaly reboots on mechanical overload error (it still loses torque for a brief moment, but that should be enogh to let the motor recover the fault).
+`p_gain`, `i_gain` and `d_gain` set the PID gain values of the motor.
## Run a test
You need the urdf of the robot with the ros2_control xml added.
diff --git a/include/dynamixel_ros2_control/dynamixel_driver.hpp b/include/dynamixel_ros2_control/dynamixel_driver.hpp
index 46dfa61..f70f80b 100644
--- a/include/dynamixel_ros2_control/dynamixel_driver.hpp
+++ b/include/dynamixel_ros2_control/dynamixel_driver.hpp
@@ -9,6 +9,7 @@
#include