You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ros1, the change of P parameters of effort_controller/JTC in runtime can be use to change the force of the joint. But in ros2, I have tried to change the P parameters using the /set_parameters service provided by the JTC in runtime, but the forece still remain same.
I just wonder, when the JTC in ros2 can have the ability to accept the change of the PID gains in runtime like ros1?
The text was updated successfully, but these errors were encountered:
Yes, in iron and rolling. Iron might not be released yet, you have to build it from source.
For humble you can use the the branch from this PR and build it from source.
In ros1, the change of P parameters of effort_controller/JTC in runtime can be use to change the force of the joint. But in ros2, I have tried to change the P parameters using the /set_parameters service provided by the JTC in runtime, but the forece still remain same.
I just wonder, when the JTC in ros2 can have the ability to accept the change of the PID gains in runtime like ros1?
The text was updated successfully, but these errors were encountered: