Skip to content

Commit 3a636f0

Browse files
urmahpurfeex
andauthored
Forgotten suggistion from code review
Co-authored-by: Felix Exner <[email protected]>
1 parent 4216ad5 commit 3a636f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ur/ur_driver.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,11 +527,11 @@ bool UrDriver::endToolContact()
527527
}
528528
}
529529

530-
bool UrDriver::setFrictionCompensation(const bool friction_compensation)
530+
bool UrDriver::setFrictionCompensation(const bool friction_compensation_enabled)
531531
{
532532
if (script_command_interface_->clientConnected())
533533
{
534-
return script_command_interface_->setFrictionCompensation(friction_compensation);
534+
return script_command_interface_->setFrictionCompensation(friction_compensation_enabled);
535535
}
536536
else
537537
{

0 commit comments

Comments
 (0)