Skip to content

Commit 96cb747

Browse files
soham2560saikishor
andauthored
Update hardware_interface/include/hardware_interface/sensor_interface.hpp
Co-authored-by: Sai Kishor Kothakota <saisastra3@gmail.com>
1 parent 12ba419 commit 96cb747

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

hardware_interface/include/hardware_interface/sensor_interface.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)