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: lower pitch and roll head PID gains to avoid overshoot #424

Merged
merged 1 commit into from
Jan 31, 2023

Conversation

mfussi66
Copy link
Member

This PR changes the gains of the pitch and roll position PIDs of the ergoCub head. The gains were found by the automated robust procedure, with the following requirements:

sampling_time = 1e-3;         % sec
responsetime = 0.4; 			% sec
dcerror = 0.1;      				% perc
peakerror = 1.05;    			% fract relative
peak_disturbance = 0.1;      % abs deg
tSettle_disturbance = 0.2;   % sec
maxOvershoot = 5;  			% perc

which, compared to before, is a reduction in overshoot from 10% to 5% and a peak error from 1.1 to 1.05.

It results in the following plot:

head

And the related video:

VID_20230130_195722_961.mp4

@pattacini pattacini merged commit cab7ff8 into robotology:master Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants