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

Clamp the water speed and global speeds to >=1.0 #15

Open
Susurrus opened this issue Jun 3, 2015 · 0 comments
Open

Clamp the water speed and global speeds to >=1.0 #15

Susurrus opened this issue Jun 3, 2015 · 0 comments

Comments

@Susurrus
Copy link
Owner

Susurrus commented Jun 3, 2015

This should prevent really bad performance when going at low speeds. Just need a simple max(v_w, 1.0) and max(v_g, 1.0 term in the code that converts from acceleration command to rudder angle.

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

No branches or pull requests

1 participant