Skip to content

Commit 2191977

Browse files
soham2560saikishor
andauthored
Update hardware_interface/include/hardware_interface/types/resource_manager_params.hpp
Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com>
1 parent f626063 commit 2191977

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hardware_interface/include/hardware_interface/types/resource_manager_params.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ struct ResourceManagerParams
5454
* ResourceManager and its components (including plugins that opt-in) will use.
5555
* This is typically the ControllerManager's main executor.
5656
*/
57-
rclcpp::Executor::SharedPtr executor;
57+
rclcpp::Executor::SharedPtr executor = nullptr;
5858

5959
/**
6060
* @brief Flag indicating if all hardware components found in the URDF

0 commit comments

Comments
 (0)