-
Notifications
You must be signed in to change notification settings - Fork 345
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
Port velocity_controllers/joint_position_controller from ROS1 #472
Comments
Volunteer accepted! :D |
Wait! We maybe don't need that! :) This is basically a PID controller. The question is does this separate name adds any value to it. Or should we stick with more basic names and parameterize controller accordingly. Copy from the meeting notesThis controller is actually a PID controller – in ROS 1 we had to have those because of templated interfaces Parameters set:
|
Thanks for the heads up, how far away is the PR from being testable? I could help test it |
The PR is testable and workable (almost in production already :D) But I didn't have a chance to finish up the tests. |
Dear @destogl , i'm trying to test and use your PR.
Apart from the PID values that have to be tuned, it seems like the controller still receives position reference rather than velocity. This configuration is a modified version of the one provided in your pull request. Thanks |
I know you probably have it on your roadmap somehwere but I didn't find it in the issues (found similar) so I'm writing this feature request to formalize it and track it
I might take this on in the near future.
The text was updated successfully, but these errors were encountered: