-
Notifications
You must be signed in to change notification settings - Fork 103
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
Undeclared position_proportional_gain_
#247
Comments
Fixit-Davide
added a commit
to Fixit-Davide/gz_ros2_control
that referenced
this issue
Mar 14, 2024
PR: #248 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #114,
position_proportional_gain_
has been added.In my opinion, it would be nice to declare it through the node handler. I believe that, unless
allow_undeclared_parameters
is set to true, there is no possibility to change the default gain (0.05). Am I right? Or what is the current official way, if any, to tune that value?The text was updated successfully, but these errors were encountered: