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

[FEATURE]: Implement a PID controller for velocity control #16

Open
evan-palmer opened this issue Mar 19, 2024 · 2 comments
Open

[FEATURE]: Implement a PID controller for velocity control #16

evan-palmer opened this issue Mar 19, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@evan-palmer
Copy link
Contributor

Feature Type

Adding new functionality to the project

Problem Description

A common baseline algorithm to benchmark new controllers against is PID control. It would be valuable to implement a simple PID velocity controller into the package.

Feature Description

Design a simple PID control algorithm to perform velocity control of a marine vehicle. This should be integrated and tested using a simulation environment (and preferably on hardware).

Alternative Solutions

N/A

Additional Context

N/A

@evan-palmer evan-palmer added the enhancement New feature or request label Mar 19, 2024
@evan-palmer
Copy link
Contributor Author

We shouldn't need to implement a custom PID velocity controller. The ros2_controllers PID controller should cover this functionality.

@evan-palmer
Copy link
Contributor Author

Actually, this should stay open

@evan-palmer evan-palmer reopened this Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant