Skip to content

Conversation

@hjh059
Copy link

@hjh059 hjh059 commented Dec 14, 2025

Fixes ros-controls/control_toolbox#437

I submitted two pull requests: one in the ros2_controllers repository and another in the control_toolbox repository.
The current PR addressed the following:

  1. Evaluated which parameters should be modifiable while the controller is active
  2. Handled exceptions that may be thrown by RateLimiter::set_params

Copy link
Member

@christophfroehlich christophfroehlich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we set all parameters as read-only, there would not be the need for the changes in ros-controls/control_toolbox#554

I think that we could allow to change the limits during runtime as mentioned here and here. what do you think?

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

Successfully merging this pull request may close these issues.

RateLimiter: Don't update parameters before input checks DiffDrive: Check read_only key for parameters

2 participants