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 937c6f1 commit 334542eCopy full SHA for 334542e
lib/body.js
@@ -51,7 +51,7 @@ class Body {
51
this.defaultConfigurations.arm = parameter_.arm.default_configurations;
52
this.defaultConfigurations.leftArm = parameter_.arm.default_configurations;
53
this.defaultConfigurations.rightArm = parameter_.arm.default_configurations;
54
- }).bind(this);
+ });
55
56
// Define the gripper action
57
this.leftGripperAction = new ActionClient({
0 commit comments