File tree Expand file tree Collapse file tree
hardware_interface/include/hardware_interface Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,7 +102,8 @@ class SensorInterface : public rclcpp_lifecycle::node_interfaces::LifecycleNodeI
102102 * \param[in] hardware_info structure with data from URDF.
103103 * \param[in] clock pointer to the resource manager clock.
104104 * \param[in] logger Logger for the hardware component.
105- * \param[in] executor weak pointer to the MultiThreaderExecutor used by the controller manager.
105+ * \param[in] executor weak pointer to the Executor used by the controller manager.
106+ * \warning The parsed executor should not be used to call `cancel()` or use blocking callbacks such as `spin()`.
106107 * \returns CallbackReturn::SUCCESS if required data are provided and can be parsed.
107108 * \returns CallbackReturn::ERROR if any error happens or data are missing.
108109 */
You can’t perform that action at this time.
0 commit comments