Skip to content

Commit 543957d

Browse files
committed
Fix pre-commit issues
1 parent 89b5f19 commit 543957d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pid_controller/test/pid_controller_params.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,3 @@ test_pid_controller_with_feedforward_gain_dual_interface:
4747
gains:
4848
joint1: {p: 0.5, i: 0.3, d: 0.4, i_clamp_max: 5.0, i_clamp_min: -5.0, feedforward_gain: 1.0}
4949
joint2: {p: 0.5, i: 0.3, d: 0.4, i_clamp_max: 5.0, i_clamp_min: -5.0, feedforward_gain: 1.0}
50-
51-

pid_controller/test/test_pid_controller.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class TestablePidController : public pid_controller::PidController
6363
FRIEND_TEST(PidControllerTest, test_update_chained_feedforward_with_gain);
6464
FRIEND_TEST(PidControllerTest, test_update_chained_feedforward_off_with_gain);
6565
FRIEND_TEST(PidControllerDualInterfaceTest, test_chained_feedforward_with_gain_dual_interface);
66-
66+
6767
public:
6868
controller_interface::CallbackReturn on_configure(
6969
const rclcpp_lifecycle::State & previous_state) override

0 commit comments

Comments
 (0)