Skip to content

Commit

Permalink
Update examples/force_mode_example.cpp
Browse files Browse the repository at this point in the history
Formatting

Co-authored-by: Felix Exner (fexner) <[email protected]>
  • Loading branch information
URJala and fmauch authored Oct 1, 2024
1 parent 768be7a commit 683e542
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/force_mode_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ int main(int argc, char* argv[])
{ 0, 0, 1, 0, 0, 1 }, // Compliance in z axis and rotation around z axis
{ 0, 0, 0, 0, 0, 0 }, // do not apply any active wrench
2, // do not transform the force frame at all
{ 0.1, 0.1, 1.5, 3.14, 3.14, 0.5 } // limits. See ScriptManual
,
0.8, 0.8); // for details.
{ 0.1, 0.1, 1.5, 3.14, 3.14, 0.5 }, // limits
0.8, // damping_factor
0.8); // gain_scaling. See ScriptManual for details.
}
if (!success)
{
Expand Down

0 comments on commit 683e542

Please sign in to comment.