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

new Patch to attitude improvement #152

Closed
wants to merge 2 commits into from
Closed

new Patch to attitude improvement #152

wants to merge 2 commits into from

Conversation

Raf04
Copy link
Contributor

@Raf04 Raf04 commented Jun 29, 2013

  • it make the response of the PID soft to reduce the stress of the vessel
  • it avoid oscillations of the ship
  • fast angular displacement without overshot
  • precise response, reduces the effect of inaccuracies of the attitude
    reference
  • includes selectable automatic control for RCS and SAS

* make the response of  the PID soft to reduce the stress of the vessel
* avoid oscillations of the ship
* fast angular displacement without overshot
* precise response, reduces the effect of inaccuracies of the attitude
reference
* includes selectable automatic control for RCS and SAS
@Raf04
Copy link
Contributor Author

Raf04 commented Jun 29, 2013

@sarbian
Copy link
Contributor

sarbian commented Jun 30, 2013

Nice to see you still working on this :)
I made some test and It seems to be even better than before.
And a video to show how great it is : http://youtu.be/2l_J1hBDe1Y

avoid division by zero in other lines:

                double Kd = 0.53 / Tf;
                double Kp = Kd / (3 * Math.Sqrt(2) * Tf);
                double Ki = Kp / (12 * Math.Sqrt(2) * Tf);
@sarbian
Copy link
Contributor

sarbian commented Oct 27, 2013

The newer patch was merged

@sarbian sarbian closed this Oct 27, 2013
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.

None yet

2 participants