We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca40b0 commit 6a37208Copy full SHA for 6a37208
examples/force_mode_example.cpp
@@ -186,15 +186,15 @@ int main(int argc, char* argv[])
186
{ 0, 0, 0, 0, 0, 0 }, // do not apply any active wrench
187
2, // do not transform the force frame at all
188
{ 0.1, 0.1, 1.5, 3.14, 3.14, 0.5 }, // limits
189
- 0.8); // damping_factor. See ScriptManual for details.
+ 0.025); // damping_factor. See ScriptManual for details.
190
else
191
{
192
success = g_my_driver->startForceMode({ 0, 0, 0, 0, 0, 0 }, // Task frame at the robot's base
193
{ 0, 0, 1, 0, 0, 1 }, // Compliance in z axis and rotation around z axis
194
195
196
197
- 0.8, // damping_factor
+ 0.025, // damping_factor
198
0.8); // gain_scaling. See ScriptManual for details.
199
}
200
if (!success)
0 commit comments