ros-controls / ros2_control

Generic and simple controls framework for ROS 2
https://control.ros.org
Apache License 2.0
479 stars 293 forks source link

Remove hardcoded default update rate in Resource Manager - might cause issues with simulators #1575

Open destogl opened 3 months ago

destogl commented 3 months ago
          I understand that this wouldn't happen in the normal setup, but it might happen in the simulators where we have to override the `load_and_initialize_components` method and if this is not set then it will be updated in the wrong frequency right? or if we pass an already constructed ResourceManager object?. What do you think?. If you think this is not an issue, it is fine for me

_Originally posted by @saikishor in https://github.com/ros-controls/ros2_control/pull/1354#discussion_r1549299907_