[ros-users] [Discourse.ros.org] [General] ROS2 Composition

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Mrutyu1987 via ros-users
日付:  
To: ros-users
題目: [ros-users] [Discourse.ros.org] [General] ROS2 Composition


I'm new to ROS2. How Can I spin the node using composition techniques. In the case of publishers, examples shows use of timer to bind the callback function. Is there any other way of continuously sniping the node without binding it to timer.

In composition example.:
     // Use a timer to schedule periodic message publishing.
      timer_ = create_wall_timer(1s, std::bind(&Talker::on_timer, this));


My use case application is creating a video/image (OpenCV) publisher.

Regards,
MJay





---
[Visit Topic](https://discourse.ros.org/t/ros2-composition/2469/1) or reply to this email to respond.


If you do not want to receive messages from ros-users please use the unsubscribe link below. If you use the one above, you will stop all of ros-users from receiving updates.
______________________________________________________________________________
ros-users mailing list

http://lists.ros.org/mailman/listinfo/ros-users
Unsubscribe: <http://lists.ros.org/mailman//options/ros-users>