You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rtc/RobotHardware/RobotHardware.txt
+24
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,31 @@ N/A
73
73
<tr><td>model</td><td>std::string</td><td></td><td>URL of a VRML model</td></tr>
74
74
<tr><td>sensor_id.right_leg_force_sensor</td><td>unsigned int</td><td></td><td>ID of a force/torque sensor whose Z force is checked to detect emergency</td></tr>
75
75
<tr><td>sensor_id.leg_leg_force_sensor</td><td>unsigned int</td><td></td><td>ID of a force/torque sensor whose Z force is checked to detect emergency</td></tr>
76
+
<tr><td>pdgains.file_name</td><td>string</td><td></td><td>Settings of controller gain for low level hardware. default value: "Pdgains.sav"</td></tr>
76
77
</table>
77
78
79
+
\subsection gainfile How to write a PDgain file
80
+
81
+
@par
82
+
A line should have maximum 6 numbers.
83
+
The first is P gain, the second is I gain, the 3rd is D gain,
84
+
the 4th is torque P gain, the 5th is torque I gain, and the 6th is torque D gain.
85
+
@par
86
+
A line which is blank line and starts with '#' is ignored.
0 commit comments