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

Better PID value for GoTo command #7

Open
YasushikoX opened this issue Feb 20, 2025 · 1 comment
Open

Better PID value for GoTo command #7

YasushikoX opened this issue Feb 20, 2025 · 1 comment
Assignees

Comments

@YasushikoX
Copy link
Contributor

No description provided.

@YasushikoX YasushikoX self-assigned this Feb 20, 2025
@YasushikoX
Copy link
Contributor Author

Best sim values are:

    private double translationalKP = 1.5;
    private double translationalKI = 0.0123;
    private double translationalKD = 0;

IRL Values Were:

    private double translationalKP = 0.65;
    private double translationalKI = 0;
    private double translationalKD = 0;

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