Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Aron Svastits committed Feb 29, 2024
1 parent 92a371a commit e7a6c4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion kuka_sunrise_fri_driver/config/ros2_controller_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ controller_manager:
type: kuka_controllers/FRIConfigurationController
control_mode_handler:
type: kuka_controllers/ControlModeHandler

2 changes: 1 addition & 1 deletion kuka_sunrise_fri_driver/src/hardware_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ bool KukaFRIHardwareInterface::deactivateControl()
return true;
}

// Friction compensation is activated only if the commanded and measured joint positons differ
// Friction compensation is activated only if the commanded and measured joint positions differ
void KukaFRIHardwareInterface::activateFrictionCompensation(double * values)
{
for (int i = 0; i < DOF; i++)
Expand Down

0 comments on commit e7a6c4f

Please sign in to comment.