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 4216ad5 commit 3a636f0Copy full SHA for 3a636f0
src/ur/ur_driver.cpp
@@ -527,11 +527,11 @@ bool UrDriver::endToolContact()
527
}
528
529
530
-bool UrDriver::setFrictionCompensation(const bool friction_compensation)
+bool UrDriver::setFrictionCompensation(const bool friction_compensation_enabled)
531
{
532
if (script_command_interface_->clientConnected())
533
534
- return script_command_interface_->setFrictionCompensation(friction_compensation);
+ return script_command_interface_->setFrictionCompensation(friction_compensation_enabled);
535
536
else
537
0 commit comments