Skip to content

Commit

Permalink
Merge pull request #229 from lbr-stack/backport-228-to-humble
Browse files Browse the repository at this point in the history
fixed typo (#227)
  • Loading branch information
mhubii authored Nov 26, 2024
2 parents b19e7e2 + 46e5f8b commit be548f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lbr_description/ros2_control/lbr_system_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ hardware:
command_guard_variant: default # if requested position / velocities beyond limits, CommandGuard will be triggered and shut the connection. Available: [default, safe_stop]
# exponential moving average time constant for external joint torque measurements [s]:
# Set tau > robot sample time for more smoothing on the external torque measurements
# Set tau << robot sample time for more smoothing on the external torque measurements
# Set tau << robot sample time for no smoothing on the external torque measurements
external_torque_tau: 0.04
# exponential moving average time constant for joint torque measurements [s]:
# Set tau > robot sample time for more smoothing on the raw torque measurements
# Set tau << robot sample time for more smoothing on the raw torque measurements
# Set tau << robot sample time for no smoothing on the raw torque measurements
measured_torque_tau: 0.04
open_loop: true # KUKA works the best in open_loop control mode

Expand Down

0 comments on commit be548f7

Please sign in to comment.