ros2_controllers icon indicating copy to clipboard operation
ros2_controllers copied to clipboard

Cleanup tests for controllers to not call `on_configure` if `on_init` fails

Open destogl opened this issue 3 years ago • 2 comments

It guards against on_configure being called and resulting in a segfault in the case where on_init failed and param_listener_ is not yet valid.

Originally posted by @tylerjw in https://github.com/ros-controls/ros2_controllers/pull/395#discussion_r947001737

Then also cleanup the code from guards.

destogl avatar Aug 17 '22 16:08 destogl

Isn't this a duplicate of #405?

jaron-l avatar Aug 18 '22 15:08 jaron-l

It's actually inverse and expected behavior. Those will be resolved soon, when we merge all Parameters stuff.

destogl avatar Aug 23 '22 06:08 destogl