Skip to content

Commit

Permalink
Merge pull request #228 from lbr-stack/dev-rolling-typo
Browse files Browse the repository at this point in the history
System config documentation typo
  • Loading branch information
mhubii authored Nov 26, 2024
2 parents c5bf23f + 70724d2 commit 01dadf0
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 01dadf0

Please sign in to comment.