Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
[velocity controller]: Fix parameter type (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
  • Loading branch information
wep21 committed Feb 17, 2021
1 parent 8822128 commit 3038e77
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
pid_controller:
kp: 1.0
ki: 0.1
kd: 0
kd: 0.0
max_out: 1.0
min_out: -1.0
max_p_effort: 1.0
min_p_effort: -1.0
max_i_effort: 0.3
min_i_effort: -0.3
max_d_effort: 0
min_d_effort: 0
max_d_effort: 0.0
min_d_effort: 0.0
current_velocity_threshold_pid_integration: 0.5
lpf_velocity_error_gain: 0.9

0 comments on commit 3038e77

Please sign in to comment.