Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ergocub: increase head pitch and roll position PID gains #510

Merged
merged 1 commit into from
May 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ergoCubSN000/hardware/motorControl/head-eb20-j0_1-mc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
<param name="outputType"> pwm </param>
<param name="fbkControlUnits"> metric_units </param>
<param name="outputControlUnits"> machine_units </param>
<param name="kp"> -150 +150 </param>
<param name="kd"> 0 0 </param>
<param name="ki"> -15 +15 </param>
<param name="kp"> -180 +178 </param>
<param name="kd"> -5.39 +4.64 </param>
<param name="ki"> -507 +514 </param>
<param name="maxOutput"> 3360 3360 </param>
<param name="maxInt"> 3360 3360 </param>
<param name="stictionUp"> 0 0 </param>
Expand Down