ros2_control icon indicating copy to clipboard operation
ros2_control copied to clipboard

Fix wrong initialization order

Open AdrianZw opened this issue 2 years ago • 0 comments

The members of the ControllerManager class were not initialized as defined in the header file. Hence, the compilation warning:

"‘controller_manager::ControllerManager::chainable_loader_’ will be initialized after [-Wreorder]", "diagnostic_updater::Updater controller_manager::ControllerManager::diagnostics_updater_’ [-Wreorder]"

AdrianZw avatar Oct 11 '22 13:10 AdrianZw