Skip to content

Commit

Permalink
updated default
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Aug 9, 2023
1 parent cfff34d commit 0fed98e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lbr_fri_ros2/src/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ void Client::init_filters_() {
joint_position_pid_.init(2. * robotState().getSampleTime(), 0., 0., 0., 0., false);

// initialize torque filters
external_torque_filter_.init(3., robotState().getSampleTime());
measured_torque_filter_.init(3., robotState().getSampleTime());
external_torque_filter_.init(10., robotState().getSampleTime());
measured_torque_filter_.init(10., robotState().getSampleTime());

filters_init_ = true;
}
Expand Down

0 comments on commit 0fed98e

Please sign in to comment.