Skip to content

Commit 6a37208

Browse files
URJalafmauch
andauthored
Change damping factor values in example
Co-authored-by: Felix Exner (fexner) <[email protected]>
1 parent 9ca40b0 commit 6a37208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/force_mode_example.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,15 +186,15 @@ int main(int argc, char* argv[])
186186
{ 0, 0, 0, 0, 0, 0 }, // do not apply any active wrench
187187
2, // do not transform the force frame at all
188188
{ 0.1, 0.1, 1.5, 3.14, 3.14, 0.5 }, // limits
189-
0.8); // damping_factor. See ScriptManual for details.
189+
0.025); // damping_factor. See ScriptManual for details.
190190
else
191191
{
192192
success = g_my_driver->startForceMode({ 0, 0, 0, 0, 0, 0 }, // Task frame at the robot's base
193193
{ 0, 0, 1, 0, 0, 1 }, // Compliance in z axis and rotation around z axis
194194
{ 0, 0, 0, 0, 0, 0 }, // do not apply any active wrench
195195
2, // do not transform the force frame at all
196196
{ 0.1, 0.1, 1.5, 3.14, 3.14, 0.5 }, // limits
197-
0.8, // damping_factor
197+
0.025, // damping_factor
198198
0.8); // gain_scaling. See ScriptManual for details.
199199
}
200200
if (!success)

0 commit comments

Comments
 (0)